Shades of Daisy Bush #5D259C
Tints of Daisy Bush #5D259C
RGB
CMYK
RGB Variations
Color information
#5D259C (or 0x5D259C) is known color: Daisy Bush. HEX triplet: 5D, 25 and 9C. RGB value is (93,37,156). Sum of RGB (Red+Green+Blue) = 93+37+156=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D259C is #A2DA63. Grayscale: #424242. Windows color (decimal): -10672740 or 10233181. OLE color: 10233181.
HSL color Cylindrical-coordinate representation of color #5D259C: hue angle of 268.24º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D259C is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 37 | 156 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.39 |
| HSL | 268.24º | 0.62% | 0.38% | - |
| HSV(B) | 268.24º | 0.76% | 0.61% | - |
| XYZ | 11.18 | 6.05 | 32.03 | - |
| YUV | 67.31 | 178.05 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 156 | 0.40 | 0.76 | 0 | 0.39 | 268.24 | 0.62 | 0.38 |
| Hex | 5D | 25 | 9C | 28 | 4C | 0 | 27 | 10C | 3E | 26 |
| Octal | 135 | 45 | 234 | 50 | 114 | 0 | 47 | 414 | 76 | 46 |
| Binary | 1011101 | 100101 | 10011100 | 101000 | 1001100 | 0 | 100111 | 100001100 | 111110 | 100110 |
Color Harmonies of #5D259C
Complementary color
Monochromatic Colors of #5D259C
Black with #5D259C
Text Example
Text Example
White with #5D259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D259C; }
p { color: rgb(93,37,156); }
H1.HeaderClassName
{
color: #5D259C;
}
.AnyTagClassName
{
color: #5D259C;
}
</style>
background-color css
<style>
a { background-color: #5D259C; }
a { background-color: rgb(93,37,156); }
div.DivClassName
{
background-color: #5D259C;
}
.BgClassName
{
background-color: #5D259C;
}
</style>
border-color css
<style>
span { border-color: #5D259C; }
span { border-color: rgb(93,37,156); }
td.TdClassName
{
border-color: #5D259C;
}
.TagClassName
{
border-color: #5D259C;
}
</style>