#5E2691

Color #5E2691 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5E2691

Tints of Kingfisher Daisy #5E2691

Color information

#5E2691 (or 0x5E2691) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 26 and 91. RGB value is (94,38,145). Sum of RGB (Red+Green+Blue) = 94+38+145=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E2691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2691 is #A1D96E. Grayscale: #424242. Windows color (decimal): -10606959 or 9512542. OLE color: 9512542.

HSL color Cylindrical-coordinate representation of color #5E2691: hue angle of 271.4º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2691 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9438145-
CMYK0.350.7400.43
HSL271.4º58.47%35.88%-
HSV(B)271.4º73.79%56.86%-
XYZ10.425.8127.36-
YUV66.94172.05147.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 33.94%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=33.94%
G=13.72%
B=52.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94381450.350.7400.43271.458.4735.88
Hex5E2691234A02B10f3a24
Octal13646221431120534177244
Binary10111101001101001000110001110010100101011100001111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E2691; }

 p { color: rgb(94,38,145); }

 H1.HeaderClassName
 {
   color: #5E2691;
 }
 .AnyTagClassName
 {
   color: #5E2691;
 }
</style>
background-color css

<style>
 a { background-color: #5E2691; }

 a { background-color: rgb(94,38,145); }

 div.DivClassName
 {
   background-color: #5E2691;
 }
 .BgClassName
 {
   background-color: #5E2691;
 }
</style>
border-color css

<style>
 span { border-color: #5E2691; }

 span { border-color: rgb(94,38,145); }

 td.TdClassName
 {
   border-color: #5E2691;
 }
 .TagClassName
 {
   border-color: #5E2691;
 }
</style>