Shades of Daisy Bush #5E3199
Tints of Daisy Bush #5E3199
RGB
CMYK
RGB Variations
Color information
#5E3199 (or 0x5E3199) is known color: Daisy Bush. HEX triplet: 5E, 31 and 99. RGB value is (94,49,153). Sum of RGB (Red+Green+Blue) = 94+49+153=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E3199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3199 is #A1CE66. Grayscale: #494949. Windows color (decimal): -10604135 or 10039646. OLE color: 10039646.
HSL color Cylindrical-coordinate representation of color #5E3199: hue angle of 265.96º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E3199 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 49 | 153 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.4 |
| HSL | 265.96º | 0.51% | 0.4% | - |
| HSV(B) | 265.96º | 0.68% | 0.6% | - |
| XYZ | 11.46 | 6.88 | 30.86 | - |
| YUV | 74.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 153 | 0.39 | 0.68 | 0 | 0.4 | 265.96 | 0.51 | 0.4 |
| Hex | 5E | 31 | 99 | 27 | 44 | 0 | 28 | 10A | 33 | 28 |
| Octal | 136 | 61 | 231 | 47 | 104 | 0 | 50 | 412 | 63 | 50 |
| Binary | 1011110 | 110001 | 10011001 | 100111 | 1000100 | 0 | 101000 | 100001010 | 110011 | 101000 |
Color Harmonies of #5E3199
Complementary color
Monochromatic Colors of #5E3199
Black with #5E3199
Text Example
Text Example
White with #5E3199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3199; }
p { color: rgb(94,49,153); }
H1.HeaderClassName
{
color: #5E3199;
}
.AnyTagClassName
{
color: #5E3199;
}
</style>
background-color css
<style>
a { background-color: #5E3199; }
a { background-color: rgb(94,49,153); }
div.DivClassName
{
background-color: #5E3199;
}
.BgClassName
{
background-color: #5E3199;
}
</style>
border-color css
<style>
span { border-color: #5E3199; }
span { border-color: rgb(94,49,153); }
td.TdClassName
{
border-color: #5E3199;
}
.TagClassName
{
border-color: #5E3199;
}
</style>