Shades of Daisy Bush #5D359B
Tints of Daisy Bush #5D359B
RGB
CMYK
RGB Variations
Color information
#5D359B (or 0x5D359B) is known color: Daisy Bush. HEX triplet: 5D, 35 and 9B. RGB value is (93,53,155). Sum of RGB (Red+Green+Blue) = 93+53+155=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D359B is #A2CA64. Grayscale: #4C4C4C. Windows color (decimal): -10668645 or 10171741. OLE color: 10171741.
HSL color Cylindrical-coordinate representation of color #5D359B: hue angle of 263.53º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D359B is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 53 | 155 | - |
| CMYK | 0.4 | 0.66 | 0 | 0.39 |
| HSL | 263.53º | 0.49% | 0.41% | - |
| HSV(B) | 263.53º | 0.66% | 0.61% | - |
| XYZ | 11.7 | 7.24 | 31.79 | - |
| YUV | 76.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 155 | 0.4 | 0.66 | 0 | 0.39 | 263.53 | 0.49 | 0.41 |
| Hex | 5D | 35 | 9B | 28 | 42 | 0 | 27 | 108 | 31 | 29 |
| Octal | 135 | 65 | 233 | 50 | 102 | 0 | 47 | 410 | 61 | 51 |
| Binary | 1011101 | 110101 | 10011011 | 101000 | 1000010 | 0 | 100111 | 100001000 | 110001 | 101001 |
Color Harmonies of #5D359B
Complementary color
Monochromatic Colors of #5D359B
Black with #5D359B
Text Example
Text Example
White with #5D359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D359B; }
p { color: rgb(93,53,155); }
H1.HeaderClassName
{
color: #5D359B;
}
.AnyTagClassName
{
color: #5D359B;
}
</style>
background-color css
<style>
a { background-color: #5D359B; }
a { background-color: rgb(93,53,155); }
div.DivClassName
{
background-color: #5D359B;
}
.BgClassName
{
background-color: #5D359B;
}
</style>
border-color css
<style>
span { border-color: #5D359B; }
span { border-color: rgb(93,53,155); }
td.TdClassName
{
border-color: #5D359B;
}
.TagClassName
{
border-color: #5D359B;
}
</style>