Shades of Kingfisher Daisy #5E3787
Tints of Kingfisher Daisy #5E3787
RGB
CMYK
RGB Variations
Color information
#5E3787 (or 0x5E3787) is known color: Kingfisher Daisy. HEX triplet: 5E, 37 and 87. RGB value is (94,55,135). Sum of RGB (Red+Green+Blue) = 94+55+135=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E3787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3787 is #A1C878. Grayscale: #4B4B4B. Windows color (decimal): -10602617 or 8861534. OLE color: 8861534.
HSL color Cylindrical-coordinate representation of color #5E3787: hue angle of 269.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E3787 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 55 | 135 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.47 |
| HSL | 269.25º | 0.42% | 0.37% | - |
| HSV(B) | 269.25º | 0.59% | 0.53% | - |
| XYZ | 10.36 | 6.86 | 23.7 | - |
| YUV | 75.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 135 | 0.30 | 0.59 | 0 | 0.47 | 269.25 | 0.42 | 0.37 |
| Hex | 5E | 37 | 87 | 1E | 3B | 0 | 2F | 10D | 2A | 25 |
| Octal | 136 | 67 | 207 | 36 | 73 | 0 | 57 | 415 | 52 | 45 |
| Binary | 1011110 | 110111 | 10000111 | 11110 | 111011 | 0 | 101111 | 100001101 | 101010 | 100101 |
Color Harmonies of #5E3787
Complementary color
Monochromatic Colors of #5E3787
Black with #5E3787
Text Example
Text Example
White with #5E3787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3787; }
p { color: rgb(94,55,135); }
H1.HeaderClassName
{
color: #5E3787;
}
.AnyTagClassName
{
color: #5E3787;
}
</style>
background-color css
<style>
a { background-color: #5E3787; }
a { background-color: rgb(94,55,135); }
div.DivClassName
{
background-color: #5E3787;
}
.BgClassName
{
background-color: #5E3787;
}
</style>
border-color css
<style>
span { border-color: #5E3787; }
span { border-color: rgb(94,55,135); }
td.TdClassName
{
border-color: #5E3787;
}
.TagClassName
{
border-color: #5E3787;
}
</style>