Shades of Kingfisher Daisy #5E1B99
Tints of Kingfisher Daisy #5E1B99
RGB
CMYK
RGB Variations
Color information
#5E1B99 (or 0x5E1B99) is known color: Kingfisher Daisy. HEX triplet: 5E, 1B and 99. RGB value is (94,27,153). Sum of RGB (Red+Green+Blue) = 94+27+153=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E1B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1B99 is #A1E466. Grayscale: #3C3C3C. Windows color (decimal): -10609767 or 10034014. OLE color: 10034014.
HSL color Cylindrical-coordinate representation of color #5E1B99: hue angle of 271.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1B99 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 27 | 153 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.4 |
| HSL | 271.9º | 0.7% | 0.35% | - |
| HSV(B) | 271.9º | 0.82% | 0.6% | - |
| XYZ | 10.76 | 5.46 | 30.62 | - |
| YUV | 61.4 | 179.7 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 27 | 153 | 0.39 | 0.82 | 0 | 0.4 | 271.9 | 0.7 | 0.35 |
| Hex | 5E | 1B | 99 | 27 | 52 | 0 | 28 | 110 | 46 | 23 |
| Octal | 136 | 33 | 231 | 47 | 122 | 0 | 50 | 420 | 106 | 43 |
| Binary | 1011110 | 11011 | 10011001 | 100111 | 1010010 | 0 | 101000 | 100010000 | 1000110 | 100011 |
Color Harmonies of #5E1B99
Complementary color
Monochromatic Colors of #5E1B99
Black with #5E1B99
Text Example
Text Example
White with #5E1B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1B99; }
p { color: rgb(94,27,153); }
H1.HeaderClassName
{
color: #5E1B99;
}
.AnyTagClassName
{
color: #5E1B99;
}
</style>
background-color css
<style>
a { background-color: #5E1B99; }
a { background-color: rgb(94,27,153); }
div.DivClassName
{
background-color: #5E1B99;
}
.BgClassName
{
background-color: #5E1B99;
}
</style>
border-color css
<style>
span { border-color: #5E1B99; }
span { border-color: rgb(94,27,153); }
td.TdClassName
{
border-color: #5E1B99;
}
.TagClassName
{
border-color: #5E1B99;
}
</style>