Shades of Daisy Bush #5D3598
Tints of Daisy Bush #5D3598
RGB
CMYK
RGB Variations
Color information
#5D3598 (or 0x5D3598) is known color: Daisy Bush. HEX triplet: 5D, 35 and 98. RGB value is (93,53,152). Sum of RGB (Red+Green+Blue) = 93+53+152=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D3598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3598 is #A2CA67. Grayscale: #4B4B4B. Windows color (decimal): -10668648 or 9975133. OLE color: 9975133.
HSL color Cylindrical-coordinate representation of color #5D3598: hue angle of 264.24º degrees, saturation: 0.48, 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 #5D3598 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 53 | 152 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.40 |
| HSL | 264.24º | 0.48% | 0.4% | - |
| HSV(B) | 264.24º | 0.65% | 0.6% | - |
| XYZ | 11.45 | 7.14 | 30.48 | - |
| YUV | 76.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 152 | 0.39 | 0.65 | 0 | 0.40 | 264.24 | 0.48 | 0.4 |
| Hex | 5D | 35 | 98 | 27 | 41 | 0 | 28 | 108 | 30 | 28 |
| Octal | 135 | 65 | 230 | 47 | 101 | 0 | 50 | 410 | 60 | 50 |
| Binary | 1011101 | 110101 | 10011000 | 100111 | 1000001 | 0 | 101000 | 100001000 | 110000 | 101000 |
Color Harmonies of #5D3598
Complementary color
Monochromatic Colors of #5D3598
Black with #5D3598
Text Example
Text Example
White with #5D3598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3598; }
p { color: rgb(93,53,152); }
H1.HeaderClassName
{
color: #5D3598;
}
.AnyTagClassName
{
color: #5D3598;
}
</style>
background-color css
<style>
a { background-color: #5D3598; }
a { background-color: rgb(93,53,152); }
div.DivClassName
{
background-color: #5D3598;
}
.BgClassName
{
background-color: #5D3598;
}
</style>
border-color css
<style>
span { border-color: #5D3598; }
span { border-color: rgb(93,53,152); }
td.TdClassName
{
border-color: #5D3598;
}
.TagClassName
{
border-color: #5D3598;
}
</style>