Shades of Kingfisher Daisy #5E3981
Tints of Kingfisher Daisy #5E3981
RGB
CMYK
RGB Variations
Color information
#5E3981 (or 0x5E3981) is known color: Kingfisher Daisy. HEX triplet: 5E, 39 and 81. RGB value is (94,57,129). Sum of RGB (Red+Green+Blue) = 94+57+129=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E3981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3981 is #A1C67E. Grayscale: #4C4C4C. Windows color (decimal): -10602111 or 8468830. OLE color: 8468830.
HSL color Cylindrical-coordinate representation of color #5E3981: hue angle of 270.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E3981 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 57 | 129 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.49 |
| HSL | 270.83º | 0.39% | 0.36% | - |
| HSV(B) | 270.83º | 0.56% | 0.51% | - |
| XYZ | 10.04 | 6.89 | 21.57 | - |
| YUV | 76.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 129 | 0.27 | 0.56 | 0 | 0.49 | 270.83 | 0.39 | 0.36 |
| Hex | 5E | 39 | 81 | 1B | 38 | 0 | 31 | 10F | 27 | 24 |
| Octal | 136 | 71 | 201 | 33 | 70 | 0 | 61 | 417 | 47 | 44 |
| Binary | 1011110 | 111001 | 10000001 | 11011 | 111000 | 0 | 110001 | 100001111 | 100111 | 100100 |
Color Harmonies of #5E3981
Complementary color
Monochromatic Colors of #5E3981
Black with #5E3981
Text Example
Text Example
White with #5E3981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3981; }
p { color: rgb(94,57,129); }
H1.HeaderClassName
{
color: #5E3981;
}
.AnyTagClassName
{
color: #5E3981;
}
</style>
background-color css
<style>
a { background-color: #5E3981; }
a { background-color: rgb(94,57,129); }
div.DivClassName
{
background-color: #5E3981;
}
.BgClassName
{
background-color: #5E3981;
}
</style>
border-color css
<style>
span { border-color: #5E3981; }
span { border-color: rgb(94,57,129); }
td.TdClassName
{
border-color: #5E3981;
}
.TagClassName
{
border-color: #5E3981;
}
</style>