Shades of Daisy Bush #5D359D
Tints of Daisy Bush #5D359D
RGB
CMYK
RGB Variations
Color information
#5D359D (or 0x5D359D) is known color: Daisy Bush. HEX triplet: 5D, 35 and 9D. RGB value is (93,53,157). Sum of RGB (Red+Green+Blue) = 93+53+157=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D359D is #A2CA62. Grayscale: #4C4C4C. Windows color (decimal): -10668643 or 10302813. OLE color: 10302813.
HSL color Cylindrical-coordinate representation of color #5D359D: hue angle of 263.08º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D359D is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 53 | 157 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.38 |
| HSL | 263.08º | 0.5% | 0.41% | - |
| HSV(B) | 263.08º | 0.66% | 0.62% | - |
| XYZ | 11.87 | 7.31 | 32.68 | - |
| YUV | 76.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 157 | 0.41 | 0.66 | 0 | 0.38 | 263.08 | 0.5 | 0.41 |
| Hex | 5D | 35 | 9D | 29 | 42 | 0 | 26 | 107 | 32 | 29 |
| Octal | 135 | 65 | 235 | 51 | 102 | 0 | 46 | 407 | 62 | 51 |
| Binary | 1011101 | 110101 | 10011101 | 101001 | 1000010 | 0 | 100110 | 100000111 | 110010 | 101001 |
Color Harmonies of #5D359D
Complementary color
Monochromatic Colors of #5D359D
Black with #5D359D
Text Example
Text Example
White with #5D359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D359D; }
p { color: rgb(93,53,157); }
H1.HeaderClassName
{
color: #5D359D;
}
.AnyTagClassName
{
color: #5D359D;
}
</style>
background-color css
<style>
a { background-color: #5D359D; }
a { background-color: rgb(93,53,157); }
div.DivClassName
{
background-color: #5D359D;
}
.BgClassName
{
background-color: #5D359D;
}
</style>
border-color css
<style>
span { border-color: #5D359D; }
span { border-color: rgb(93,53,157); }
td.TdClassName
{
border-color: #5D359D;
}
.TagClassName
{
border-color: #5D359D;
}
</style>