Shades of Daisy Bush #5E3597
Tints of Daisy Bush #5E3597
RGB
CMYK
RGB Variations
Color information
#5E3597 (or 0x5E3597) is known color: Daisy Bush. HEX triplet: 5E, 35 and 97. RGB value is (94,53,151). Sum of RGB (Red+Green+Blue) = 94+53+151=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E3597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3597 is #A1CA68. Grayscale: #4C4C4C. Windows color (decimal): -10603113 or 9909598. OLE color: 9909598.
HSL color Cylindrical-coordinate representation of color #5E3597: hue angle of 265.1º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E3597 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 53 | 151 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.41 |
| HSL | 265.1º | 0.48% | 0.4% | - |
| HSV(B) | 265.1º | 0.65% | 0.59% | - |
| XYZ | 11.48 | 7.16 | 30.06 | - |
| YUV | 76.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 151 | 0.38 | 0.65 | 0 | 0.41 | 265.1 | 0.48 | 0.4 |
| Hex | 5E | 35 | 97 | 26 | 41 | 0 | 29 | 109 | 30 | 28 |
| Octal | 136 | 65 | 227 | 46 | 101 | 0 | 51 | 411 | 60 | 50 |
| Binary | 1011110 | 110101 | 10010111 | 100110 | 1000001 | 0 | 101001 | 100001001 | 110000 | 101000 |
Color Harmonies of #5E3597
Complementary color
Monochromatic Colors of #5E3597
Black with #5E3597
Text Example
Text Example
White with #5E3597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3597; }
p { color: rgb(94,53,151); }
H1.HeaderClassName
{
color: #5E3597;
}
.AnyTagClassName
{
color: #5E3597;
}
</style>
background-color css
<style>
a { background-color: #5E3597; }
a { background-color: rgb(94,53,151); }
div.DivClassName
{
background-color: #5E3597;
}
.BgClassName
{
background-color: #5E3597;
}
</style>
border-color css
<style>
span { border-color: #5E3597; }
span { border-color: rgb(94,53,151); }
td.TdClassName
{
border-color: #5E3597;
}
.TagClassName
{
border-color: #5E3597;
}
</style>