Shades of Daisy Bush #5D3594
Tints of Daisy Bush #5D3594
RGB
CMYK
RGB Variations
Color information
#5D3594 (or 0x5D3594) is known color: Daisy Bush. HEX triplet: 5D, 35 and 94. RGB value is (93,53,148). Sum of RGB (Red+Green+Blue) = 93+53+148=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D3594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3594 is #A2CA6B. Grayscale: #4B4B4B. Windows color (decimal): -10668652 or 9712989. OLE color: 9712989.
HSL color Cylindrical-coordinate representation of color #5D3594: hue angle of 265.26º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D3594 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 53 | 148 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.42 |
| HSL | 265.26º | 0.47% | 0.39% | - |
| HSV(B) | 265.26º | 0.64% | 0.58% | - |
| XYZ | 11.13 | 7.01 | 28.78 | - |
| YUV | 75.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 148 | 0.37 | 0.64 | 0 | 0.42 | 265.26 | 0.47 | 0.39 |
| Hex | 5D | 35 | 94 | 25 | 40 | 0 | 2A | 109 | 2F | 27 |
| Octal | 135 | 65 | 224 | 45 | 100 | 0 | 52 | 411 | 57 | 47 |
| Binary | 1011101 | 110101 | 10010100 | 100101 | 1000000 | 0 | 101010 | 100001001 | 101111 | 100111 |
Color Harmonies of #5D3594
Complementary color
Monochromatic Colors of #5D3594
Black with #5D3594
Text Example
Text Example
White with #5D3594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3594; }
p { color: rgb(93,53,148); }
H1.HeaderClassName
{
color: #5D3594;
}
.AnyTagClassName
{
color: #5D3594;
}
</style>
background-color css
<style>
a { background-color: #5D3594; }
a { background-color: rgb(93,53,148); }
div.DivClassName
{
background-color: #5D3594;
}
.BgClassName
{
background-color: #5D3594;
}
</style>
border-color css
<style>
span { border-color: #5D3594; }
span { border-color: rgb(93,53,148); }
td.TdClassName
{
border-color: #5D3594;
}
.TagClassName
{
border-color: #5D3594;
}
</style>