#5E4378

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

Shades of Kingfisher Daisy #5E4378

Tints of Kingfisher Daisy #5E4378

Color information

#5E4378 (or 0x5E4378) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 43 and 78. RGB value is (94,67,120). Sum of RGB (Red+Green+Blue) = 94+67+120=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E4378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4378 is #A1BC87. Grayscale: #505050. Windows color (decimal): -10599560 or 7881566. OLE color: 7881566.

HSL color Cylindrical-coordinate representation of color #5E4378: hue angle of 270.57º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E4378 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9467120-
CMYK0.220.4400.53
HSL270.57º28.34%36.67%-
HSV(B)270.57º44.17%47.06%-
XYZ10.017.7518.74-
YUV81.12149.95137.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.45%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 120 (47.27% from 255) = 42.70%
R=33.45%
G=23.84%
B=42.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94671200.220.4400.53270.5728.3436.67
Hex5E4378162C03510f1c25
Octal13610317026540654173445
Binary10111101000011111100010110101100011010110000111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,67,120); }

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

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

 a { background-color: rgb(94,67,120); }

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

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

 span { border-color: rgb(94,67,120); }

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