Shades of Daisy Bush #5E2999
Tints of Daisy Bush #5E2999
RGB
CMYK
RGB Variations
Color information
#5E2999 (or 0x5E2999) is known color: Daisy Bush. HEX triplet: 5E, 29 and 99. RGB value is (94,41,153). Sum of RGB (Red+Green+Blue) = 94+41+153=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E2999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2999 is #A1D666. Grayscale: #454545. Windows color (decimal): -10606183 or 10037598. OLE color: 10037598.
HSL color Cylindrical-coordinate representation of color #5E2999: hue angle of 268.39º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2999 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 41 | 153 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.4 |
| HSL | 268.39º | 0.58% | 0.38% | - |
| HSV(B) | 268.39º | 0.73% | 0.6% | - |
| XYZ | 11.16 | 6.27 | 30.76 | - |
| YUV | 69.62 | 175.06 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 153 | 0.39 | 0.73 | 0 | 0.4 | 268.39 | 0.58 | 0.38 |
| Hex | 5E | 29 | 99 | 27 | 49 | 0 | 28 | 10C | 3A | 26 |
| Octal | 136 | 51 | 231 | 47 | 111 | 0 | 50 | 414 | 72 | 46 |
| Binary | 1011110 | 101001 | 10011001 | 100111 | 1001001 | 0 | 101000 | 100001100 | 111010 | 100110 |
Color Harmonies of #5E2999
Complementary color
Monochromatic Colors of #5E2999
Black with #5E2999
Text Example
Text Example
White with #5E2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2999; }
p { color: rgb(94,41,153); }
H1.HeaderClassName
{
color: #5E2999;
}
.AnyTagClassName
{
color: #5E2999;
}
</style>
background-color css
<style>
a { background-color: #5E2999; }
a { background-color: rgb(94,41,153); }
div.DivClassName
{
background-color: #5E2999;
}
.BgClassName
{
background-color: #5E2999;
}
</style>
border-color css
<style>
span { border-color: #5E2999; }
span { border-color: rgb(94,41,153); }
td.TdClassName
{
border-color: #5E2999;
}
.TagClassName
{
border-color: #5E2999;
}
</style>