Shades of Daisy Bush #5D249A
Tints of Daisy Bush #5D249A
RGB
CMYK
RGB Variations
Color information
#5D249A (or 0x5D249A) is known color: Daisy Bush. HEX triplet: 5D, 24 and 9A. RGB value is (93,36,154). Sum of RGB (Red+Green+Blue) = 93+36+154=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D249A is #A2DB65. Grayscale: #424242. Windows color (decimal): -10672998 or 10101853. OLE color: 10101853.
HSL color Cylindrical-coordinate representation of color #5D249A: hue angle of 268.98º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D249A is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 36 | 154 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.40 |
| HSL | 268.98º | 0.62% | 0.37% | - |
| HSV(B) | 268.98º | 0.77% | 0.6% | - |
| XYZ | 10.98 | 5.92 | 31.14 | - |
| YUV | 66.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 154 | 0.40 | 0.77 | 0 | 0.40 | 268.98 | 0.62 | 0.37 |
| Hex | 5D | 24 | 9A | 28 | 4D | 0 | 28 | 10D | 3E | 25 |
| Octal | 135 | 44 | 232 | 50 | 115 | 0 | 50 | 415 | 76 | 45 |
| Binary | 1011101 | 100100 | 10011010 | 101000 | 1001101 | 0 | 101000 | 100001101 | 111110 | 100101 |
Color Harmonies of #5D249A
Complementary color
Monochromatic Colors of #5D249A
Black with #5D249A
Text Example
Text Example
White with #5D249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D249A; }
p { color: rgb(93,36,154); }
H1.HeaderClassName
{
color: #5D249A;
}
.AnyTagClassName
{
color: #5D249A;
}
</style>
background-color css
<style>
a { background-color: #5D249A; }
a { background-color: rgb(93,36,154); }
div.DivClassName
{
background-color: #5D249A;
}
.BgClassName
{
background-color: #5D249A;
}
</style>
border-color css
<style>
span { border-color: #5D249A; }
span { border-color: rgb(93,36,154); }
td.TdClassName
{
border-color: #5D249A;
}
.TagClassName
{
border-color: #5D249A;
}
</style>