Shades of Daisy Bush #5E2998
Tints of Daisy Bush #5E2998
RGB
CMYK
RGB Variations
Color information
#5E2998 (or 0x5E2998) is known color: Daisy Bush. HEX triplet: 5E, 29 and 98. RGB value is (94,41,152). Sum of RGB (Red+Green+Blue) = 94+41+152=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E2998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2998 is #A1D667. Grayscale: #454545. Windows color (decimal): -10606184 or 9972062. OLE color: 9972062.
HSL color Cylindrical-coordinate representation of color #5E2998: hue angle of 268.65º 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 #5E2998 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 41 | 152 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.40 |
| HSL | 268.65º | 0.58% | 0.38% | - |
| HSV(B) | 268.65º | 0.73% | 0.6% | - |
| XYZ | 11.08 | 6.23 | 30.32 | - |
| YUV | 69.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 152 | 0.38 | 0.73 | 0 | 0.40 | 268.65 | 0.58 | 0.38 |
| Hex | 5E | 29 | 98 | 26 | 49 | 0 | 28 | 10D | 3A | 26 |
| Octal | 136 | 51 | 230 | 46 | 111 | 0 | 50 | 415 | 72 | 46 |
| Binary | 1011110 | 101001 | 10011000 | 100110 | 1001001 | 0 | 101000 | 100001101 | 111010 | 100110 |
Color Harmonies of #5E2998
Complementary color
Monochromatic Colors of #5E2998
Black with #5E2998
Text Example
Text Example
White with #5E2998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2998; }
p { color: rgb(94,41,152); }
H1.HeaderClassName
{
color: #5E2998;
}
.AnyTagClassName
{
color: #5E2998;
}
</style>
background-color css
<style>
a { background-color: #5E2998; }
a { background-color: rgb(94,41,152); }
div.DivClassName
{
background-color: #5E2998;
}
.BgClassName
{
background-color: #5E2998;
}
</style>
border-color css
<style>
span { border-color: #5E2998; }
span { border-color: rgb(94,41,152); }
td.TdClassName
{
border-color: #5E2998;
}
.TagClassName
{
border-color: #5E2998;
}
</style>