Shades of Daisy Bush #5E3591
Tints of Daisy Bush #5E3591
RGB
CMYK
RGB Variations
Color information
#5E3591 (or 0x5E3591) is known color: Daisy Bush. HEX triplet: 5E, 35 and 91. RGB value is (94,53,145). Sum of RGB (Red+Green+Blue) = 94+53+145=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E3591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3591 is #A1CA6E. Grayscale: #4B4B4B. Windows color (decimal): -10603119 or 9516382. OLE color: 9516382.
HSL color Cylindrical-coordinate representation of color #5E3591: hue angle of 266.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E3591 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 53 | 145 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.43 |
| HSL | 266.74º | 0.46% | 0.39% | - |
| HSV(B) | 266.74º | 0.63% | 0.57% | - |
| XYZ | 11 | 6.97 | 27.55 | - |
| YUV | 75.75 | 167.08 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 145 | 0.35 | 0.63 | 0 | 0.43 | 266.74 | 0.46 | 0.39 |
| Hex | 5E | 35 | 91 | 23 | 3F | 0 | 2B | 10B | 2E | 27 |
| Octal | 136 | 65 | 221 | 43 | 77 | 0 | 53 | 413 | 56 | 47 |
| Binary | 1011110 | 110101 | 10010001 | 100011 | 111111 | 0 | 101011 | 100001011 | 101110 | 100111 |
Color Harmonies of #5E3591
Complementary color
Monochromatic Colors of #5E3591
Black with #5E3591
Text Example
Text Example
White with #5E3591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3591; }
p { color: rgb(94,53,145); }
H1.HeaderClassName
{
color: #5E3591;
}
.AnyTagClassName
{
color: #5E3591;
}
</style>
background-color css
<style>
a { background-color: #5E3591; }
a { background-color: rgb(94,53,145); }
div.DivClassName
{
background-color: #5E3591;
}
.BgClassName
{
background-color: #5E3591;
}
</style>
border-color css
<style>
span { border-color: #5E3591; }
span { border-color: rgb(94,53,145); }
td.TdClassName
{
border-color: #5E3591;
}
.TagClassName
{
border-color: #5E3591;
}
</style>