Shades of Daisy Bush #5E2B99
Tints of Daisy Bush #5E2B99
RGB
CMYK
RGB Variations
Color information
#5E2B99 (or 0x5E2B99) is known color: Daisy Bush. HEX triplet: 5E, 2B and 99. RGB value is (94,43,153). Sum of RGB (Red+Green+Blue) = 94+43+153=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E2B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2B99 is #A1D466. Grayscale: #464646. Windows color (decimal): -10605671 or 10038110. OLE color: 10038110.
HSL color Cylindrical-coordinate representation of color #5E2B99: hue angle of 267.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E2B99 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 43 | 153 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.4 |
| HSL | 267.82º | 0.56% | 0.38% | - |
| HSV(B) | 267.82º | 0.72% | 0.6% | - |
| XYZ | 11.23 | 6.41 | 30.78 | - |
| YUV | 70.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 153 | 0.39 | 0.72 | 0 | 0.4 | 267.82 | 0.56 | 0.38 |
| Hex | 5E | 2B | 99 | 27 | 48 | 0 | 28 | 10C | 38 | 26 |
| Octal | 136 | 53 | 231 | 47 | 110 | 0 | 50 | 414 | 70 | 46 |
| Binary | 1011110 | 101011 | 10011001 | 100111 | 1001000 | 0 | 101000 | 100001100 | 111000 | 100110 |
Color Harmonies of #5E2B99
Complementary color
Monochromatic Colors of #5E2B99
Black with #5E2B99
Text Example
Text Example
White with #5E2B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2B99; }
p { color: rgb(94,43,153); }
H1.HeaderClassName
{
color: #5E2B99;
}
.AnyTagClassName
{
color: #5E2B99;
}
</style>
background-color css
<style>
a { background-color: #5E2B99; }
a { background-color: rgb(94,43,153); }
div.DivClassName
{
background-color: #5E2B99;
}
.BgClassName
{
background-color: #5E2B99;
}
</style>
border-color css
<style>
span { border-color: #5E2B99; }
span { border-color: rgb(94,43,153); }
td.TdClassName
{
border-color: #5E2B99;
}
.TagClassName
{
border-color: #5E2B99;
}
</style>