#5E4878

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

Shades of Kingfisher Daisy #5E4878

Tints of Kingfisher Daisy #5E4878

Color information

#5E4878 (or 0x5E4878) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 48 and 78. RGB value is (94,72,120). Sum of RGB (Red+Green+Blue) = 94+72+120=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E4878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4878 is #A1B787. Grayscale: #535353. Windows color (decimal): -10598280 or 7882846. OLE color: 7882846.

HSL color Cylindrical-coordinate representation of color #5E4878: hue angle of 267.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E4878 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9472120-
CMYK0.220.4000.53
HSL267.5º25%37.65%-
HSV(B)267.5º40%47.06%-
XYZ10.328.3718.84-
YUV84.05148.29135.1-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.87%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=32.87%
G=25.17%
B=41.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94721200.220.4000.53267.52537.65
Hex5E4878162803510c1926
Octal13611017026500654143146
Binary10111101001000111100010110101000011010110000110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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