Shades of Daisy Bush #5D3095
Tints of Daisy Bush #5D3095
RGB
CMYK
RGB Variations
Color information
#5D3095 (or 0x5D3095) is known color: Daisy Bush. HEX triplet: 5D, 30 and 95. RGB value is (93,48,149). Sum of RGB (Red+Green+Blue) = 93+48+149=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D3095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3095 is #A2CF6A. Grayscale: #484848. Windows color (decimal): -10669931 or 9777245. OLE color: 9777245.
HSL color Cylindrical-coordinate representation of color #5D3095: hue angle of 266.73º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D3095 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 48 | 149 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.42 |
| HSL | 266.73º | 0.51% | 0.39% | - |
| HSV(B) | 266.73º | 0.68% | 0.58% | - |
| XYZ | 11 | 6.61 | 29.13 | - |
| YUV | 72.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 149 | 0.38 | 0.68 | 0 | 0.42 | 266.73 | 0.51 | 0.39 |
| Hex | 5D | 30 | 95 | 26 | 44 | 0 | 2A | 10B | 33 | 27 |
| Octal | 135 | 60 | 225 | 46 | 104 | 0 | 52 | 413 | 63 | 47 |
| Binary | 1011101 | 110000 | 10010101 | 100110 | 1000100 | 0 | 101010 | 100001011 | 110011 | 100111 |
Color Harmonies of #5D3095
Complementary color
Monochromatic Colors of #5D3095
Black with #5D3095
Text Example
Text Example
White with #5D3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3095; }
p { color: rgb(93,48,149); }
H1.HeaderClassName
{
color: #5D3095;
}
.AnyTagClassName
{
color: #5D3095;
}
</style>
background-color css
<style>
a { background-color: #5D3095; }
a { background-color: rgb(93,48,149); }
div.DivClassName
{
background-color: #5D3095;
}
.BgClassName
{
background-color: #5D3095;
}
</style>
border-color css
<style>
span { border-color: #5D3095; }
span { border-color: rgb(93,48,149); }
td.TdClassName
{
border-color: #5D3095;
}
.TagClassName
{
border-color: #5D3095;
}
</style>