Shades of Daisy Bush #5D3796
Tints of Daisy Bush #5D3796
RGB
CMYK
RGB Variations
Color information
#5D3796 (or 0x5D3796) is known color: Daisy Bush. HEX triplet: 5D, 37 and 96. RGB value is (93,55,150). Sum of RGB (Red+Green+Blue) = 93+55+150=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D3796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3796 is #A2C869. Grayscale: #4C4C4C. Windows color (decimal): -10668138 or 9844573. OLE color: 9844573.
HSL color Cylindrical-coordinate representation of color #5D3796: hue angle of 264º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D3796 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 55 | 150 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.41 |
| HSL | 264º | 0.46% | 0.4% | - |
| HSV(B) | 264º | 0.63% | 0.59% | - |
| XYZ | 11.39 | 7.26 | 29.66 | - |
| YUV | 77.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 150 | 0.38 | 0.63 | 0 | 0.41 | 264 | 0.46 | 0.4 |
| Hex | 5D | 37 | 96 | 26 | 3F | 0 | 29 | 108 | 2E | 28 |
| Octal | 135 | 67 | 226 | 46 | 77 | 0 | 51 | 410 | 56 | 50 |
| Binary | 1011101 | 110111 | 10010110 | 100110 | 111111 | 0 | 101001 | 100001000 | 101110 | 101000 |
Color Harmonies of #5D3796
Complementary color
Monochromatic Colors of #5D3796
Black with #5D3796
Text Example
Text Example
White with #5D3796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3796; }
p { color: rgb(93,55,150); }
H1.HeaderClassName
{
color: #5D3796;
}
.AnyTagClassName
{
color: #5D3796;
}
</style>
background-color css
<style>
a { background-color: #5D3796; }
a { background-color: rgb(93,55,150); }
div.DivClassName
{
background-color: #5D3796;
}
.BgClassName
{
background-color: #5D3796;
}
</style>
border-color css
<style>
span { border-color: #5D3796; }
span { border-color: rgb(93,55,150); }
td.TdClassName
{
border-color: #5D3796;
}
.TagClassName
{
border-color: #5D3796;
}
</style>