Shades of Kingfisher Daisy #5E3987
Tints of Kingfisher Daisy #5E3987
RGB
CMYK
RGB Variations
Color information
#5E3987 (or 0x5E3987) is known color: Kingfisher Daisy. HEX triplet: 5E, 39 and 87. RGB value is (94,57,135). Sum of RGB (Red+Green+Blue) = 94+57+135=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E3987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3987 is #A1C678. Grayscale: #4C4C4C. Windows color (decimal): -10602105 or 8862046. OLE color: 8862046.
HSL color Cylindrical-coordinate representation of color #5E3987: hue angle of 268.46º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E3987 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 57 | 135 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.47 |
| HSL | 268.46º | 0.41% | 0.38% | - |
| HSV(B) | 268.46º | 0.58% | 0.53% | - |
| XYZ | 10.45 | 7.06 | 23.73 | - |
| YUV | 76.96 | 160.76 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 135 | 0.30 | 0.58 | 0 | 0.47 | 268.46 | 0.41 | 0.38 |
| Hex | 5E | 39 | 87 | 1E | 3A | 0 | 2F | 10C | 29 | 26 |
| Octal | 136 | 71 | 207 | 36 | 72 | 0 | 57 | 414 | 51 | 46 |
| Binary | 1011110 | 111001 | 10000111 | 11110 | 111010 | 0 | 101111 | 100001100 | 101001 | 100110 |
Color Harmonies of #5E3987
Complementary color
Monochromatic Colors of #5E3987
Black with #5E3987
Text Example
Text Example
White with #5E3987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3987; }
p { color: rgb(94,57,135); }
H1.HeaderClassName
{
color: #5E3987;
}
.AnyTagClassName
{
color: #5E3987;
}
</style>
background-color css
<style>
a { background-color: #5E3987; }
a { background-color: rgb(94,57,135); }
div.DivClassName
{
background-color: #5E3987;
}
.BgClassName
{
background-color: #5E3987;
}
</style>
border-color css
<style>
span { border-color: #5E3987; }
span { border-color: rgb(94,57,135); }
td.TdClassName
{
border-color: #5E3987;
}
.TagClassName
{
border-color: #5E3987;
}
</style>