Shades of Kingfisher Daisy #5E2981
Tints of Kingfisher Daisy #5E2981
RGB
CMYK
RGB Variations
Color information
#5E2981 (or 0x5E2981) is known color: Kingfisher Daisy. HEX triplet: 5E, 29 and 81. RGB value is (94,41,129). Sum of RGB (Red+Green+Blue) = 94+41+129=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E2981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2981 is #A1D67E. Grayscale: #424242. Windows color (decimal): -10606207 or 8464734. OLE color: 8464734.
HSL color Cylindrical-coordinate representation of color #5E2981: hue angle of 276.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E2981 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 41 | 129 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.49 |
| HSL | 276.14º | 0.52% | 0.33% | - |
| HSV(B) | 276.14º | 0.68% | 0.51% | - |
| XYZ | 9.37 | 5.55 | 21.35 | - |
| YUV | 66.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 129 | 0.27 | 0.68 | 0 | 0.49 | 276.14 | 0.52 | 0.33 |
| Hex | 5E | 29 | 81 | 1B | 44 | 0 | 31 | 114 | 34 | 21 |
| Octal | 136 | 51 | 201 | 33 | 104 | 0 | 61 | 424 | 64 | 41 |
| Binary | 1011110 | 101001 | 10000001 | 11011 | 1000100 | 0 | 110001 | 100010100 | 110100 | 100001 |
Color Harmonies of #5E2981
Complementary color
Monochromatic Colors of #5E2981
Black with #5E2981
Text Example
Text Example
White with #5E2981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2981; }
p { color: rgb(94,41,129); }
H1.HeaderClassName
{
color: #5E2981;
}
.AnyTagClassName
{
color: #5E2981;
}
</style>
background-color css
<style>
a { background-color: #5E2981; }
a { background-color: rgb(94,41,129); }
div.DivClassName
{
background-color: #5E2981;
}
.BgClassName
{
background-color: #5E2981;
}
</style>
border-color css
<style>
span { border-color: #5E2981; }
span { border-color: rgb(94,41,129); }
td.TdClassName
{
border-color: #5E2981;
}
.TagClassName
{
border-color: #5E2981;
}
</style>