Shades of Daisy Bush #5D3592
Tints of Daisy Bush #5D3592
RGB
CMYK
RGB Variations
Color information
#5D3592 (or 0x5D3592) is known color: Daisy Bush. HEX triplet: 5D, 35 and 92. RGB value is (93,53,146). Sum of RGB (Red+Green+Blue) = 93+53+146=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D3592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3592 is #A2CA6D. Grayscale: #4B4B4B. Windows color (decimal): -10668654 or 9581917. OLE color: 9581917.
HSL color Cylindrical-coordinate representation of color #5D3592: hue angle of 265.81º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D3592 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 53 | 146 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.43 |
| HSL | 265.81º | 0.47% | 0.39% | - |
| HSV(B) | 265.81º | 0.64% | 0.57% | - |
| XYZ | 10.98 | 6.95 | 27.96 | - |
| YUV | 75.56 | 167.75 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 146 | 0.36 | 0.64 | 0 | 0.43 | 265.81 | 0.47 | 0.39 |
| Hex | 5D | 35 | 92 | 24 | 40 | 0 | 2B | 10A | 2F | 27 |
| Octal | 135 | 65 | 222 | 44 | 100 | 0 | 53 | 412 | 57 | 47 |
| Binary | 1011101 | 110101 | 10010010 | 100100 | 1000000 | 0 | 101011 | 100001010 | 101111 | 100111 |
Color Harmonies of #5D3592
Complementary color
Monochromatic Colors of #5D3592
Black with #5D3592
Text Example
Text Example
White with #5D3592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3592; }
p { color: rgb(93,53,146); }
H1.HeaderClassName
{
color: #5D3592;
}
.AnyTagClassName
{
color: #5D3592;
}
</style>
background-color css
<style>
a { background-color: #5D3592; }
a { background-color: rgb(93,53,146); }
div.DivClassName
{
background-color: #5D3592;
}
.BgClassName
{
background-color: #5D3592;
}
</style>
border-color css
<style>
span { border-color: #5D3592; }
span { border-color: rgb(93,53,146); }
td.TdClassName
{
border-color: #5D3592;
}
.TagClassName
{
border-color: #5D3592;
}
</style>