Shades of Kingfisher Daisy #5E4280
Tints of Kingfisher Daisy #5E4280
RGB
CMYK
RGB Variations
Color information
#5E4280 (or 0x5E4280) is known color: 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
| RGB | 94 | 66 | 128 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.50 |
| HSL | 267.1º | 0.32% | 0.38% | - |
| HSV(B) | 267.1º | 0.48% | 0.5% | - |
| XYZ | 10.46 | 7.83 | 21.38 | - |
| YUV | 81.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 128 | 0.27 | 0.48 | 0 | 0.50 | 267.1 | 0.32 | 0.38 |
| Hex | 5E | 42 | 80 | 1B | 30 | 0 | 32 | 10B | 20 | 26 |
| Octal | 136 | 102 | 200 | 33 | 60 | 0 | 62 | 413 | 40 | 46 |
| Binary | 1011110 | 1000010 | 10000000 | 11011 | 110000 | 0 | 110010 | 100001011 | 100000 | 100110 |
Color Harmonies of #5E4280
Complementary color
Monochromatic Colors of #5E4280
Black with #5E4280
Text Example
Text Example
White with #5E4280
Text Example
Text Example
HTML Codes & Css Web 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>