Shades of Daisy Bush #5D3599
Tints of Daisy Bush #5D3599
RGB
CMYK
RGB Variations
Color information
#5D3599 (or 0x5D3599) is known color: Daisy Bush. HEX triplet: 5D, 35 and 99. RGB value is (93,53,153). Sum of RGB (Red+Green+Blue) = 93+53+153=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D3599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3599 is #A2CA66. Grayscale: #4C4C4C. Windows color (decimal): -10668647 or 10040669. OLE color: 10040669.
HSL color Cylindrical-coordinate representation of color #5D3599: hue angle of 264º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D3599 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 53 | 153 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.4 |
| HSL | 264º | 0.49% | 0.4% | - |
| HSV(B) | 264º | 0.65% | 0.6% | - |
| XYZ | 11.54 | 7.17 | 30.91 | - |
| YUV | 76.36 | 171.25 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 153 | 0.39 | 0.65 | 0 | 0.4 | 264 | 0.49 | 0.4 |
| Hex | 5D | 35 | 99 | 27 | 41 | 0 | 28 | 108 | 31 | 28 |
| Octal | 135 | 65 | 231 | 47 | 101 | 0 | 50 | 410 | 61 | 50 |
| Binary | 1011101 | 110101 | 10011001 | 100111 | 1000001 | 0 | 101000 | 100001000 | 110001 | 101000 |
Color Harmonies of #5D3599
Complementary color
Monochromatic Colors of #5D3599
Black with #5D3599
Text Example
Text Example
White with #5D3599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3599; }
p { color: rgb(93,53,153); }
H1.HeaderClassName
{
color: #5D3599;
}
.AnyTagClassName
{
color: #5D3599;
}
</style>
background-color css
<style>
a { background-color: #5D3599; }
a { background-color: rgb(93,53,153); }
div.DivClassName
{
background-color: #5D3599;
}
.BgClassName
{
background-color: #5D3599;
}
</style>
border-color css
<style>
span { border-color: #5D3599; }
span { border-color: rgb(93,53,153); }
td.TdClassName
{
border-color: #5D3599;
}
.TagClassName
{
border-color: #5D3599;
}
</style>