Shades of Daisy Bush #5D2499
Tints of Daisy Bush #5D2499
RGB
CMYK
RGB Variations
Color information
#5D2499 (or 0x5D2499) is known color: Daisy Bush. HEX triplet: 5D, 24 and 99. RGB value is (93,36,153). Sum of RGB (Red+Green+Blue) = 93+36+153=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D2499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2499 is #A2DB66. Grayscale: #414141. Windows color (decimal): -10672999 or 10036317. OLE color: 10036317.
HSL color Cylindrical-coordinate representation of color #5D2499: hue angle of 269.23º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D2499 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 36 | 153 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.4 |
| HSL | 269.23º | 0.62% | 0.37% | - |
| HSV(B) | 269.23º | 0.76% | 0.6% | - |
| XYZ | 10.89 | 5.89 | 30.7 | - |
| YUV | 66.38 | 176.88 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 153 | 0.39 | 0.76 | 0 | 0.4 | 269.23 | 0.62 | 0.37 |
| Hex | 5D | 24 | 99 | 27 | 4C | 0 | 28 | 10D | 3E | 25 |
| Octal | 135 | 44 | 231 | 47 | 114 | 0 | 50 | 415 | 76 | 45 |
| Binary | 1011101 | 100100 | 10011001 | 100111 | 1001100 | 0 | 101000 | 100001101 | 111110 | 100101 |
Color Harmonies of #5D2499
Complementary color
Monochromatic Colors of #5D2499
Black with #5D2499
Text Example
Text Example
White with #5D2499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2499; }
p { color: rgb(93,36,153); }
H1.HeaderClassName
{
color: #5D2499;
}
.AnyTagClassName
{
color: #5D2499;
}
</style>
background-color css
<style>
a { background-color: #5D2499; }
a { background-color: rgb(93,36,153); }
div.DivClassName
{
background-color: #5D2499;
}
.BgClassName
{
background-color: #5D2499;
}
</style>
border-color css
<style>
span { border-color: #5D2499; }
span { border-color: rgb(93,36,153); }
td.TdClassName
{
border-color: #5D2499;
}
.TagClassName
{
border-color: #5D2499;
}
</style>