#5E4280

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

Shades of Kingfisher Daisy #5E4280

Tints of Kingfisher Daisy #5E4280

Color information

#5E4280 (or 0x5E4280) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 42 and 80. RGB value is (94,66,128). Sum of RGB (Red+Green+Blue) = 94+66+128=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E4280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4280 is #A1BD7F. Grayscale: #515151. Windows color (decimal): -10599808 or 8405598. OLE color: 8405598.

HSL color Cylindrical-coordinate representation of color #5E4280: hue angle of 267.1º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E4280 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9466128-
CMYK0.270.4800.50
HSL267.1º31.96%38.04%-
HSV(B)267.1º48.44%50.2%-
XYZ10.467.8321.38-
YUV81.44154.28136.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.64%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=32.64%
G=22.92%
B=44.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal94661280.270.4800.50267.131.9638.04
Hex5E42801B3003210b2026
Octal13610220033600624134046
Binary1011110100001010000000110111100000110010100001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,66,128); }

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

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

 a { background-color: rgb(94,66,128); }

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

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

 span { border-color: rgb(94,66,128); }

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