Shades of Daisy Bush #5D3192
Tints of Daisy Bush #5D3192
RGB
CMYK
RGB Variations
Color information
#5D3192 (or 0x5D3192) is known color: Daisy Bush. HEX triplet: 5D, 31 and 92. RGB value is (93,49,146). Sum of RGB (Red+Green+Blue) = 93+49+146=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D3192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3192 is #A2CE6D. Grayscale: #484848. Windows color (decimal): -10669678 or 9580893. OLE color: 9580893.
HSL color Cylindrical-coordinate representation of color #5D3192: hue angle of 267.22º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D3192 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 49 | 146 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.43 |
| HSL | 267.22º | 0.5% | 0.38% | - |
| HSV(B) | 267.22º | 0.66% | 0.57% | - |
| XYZ | 10.8 | 6.6 | 27.9 | - |
| YUV | 73.21 | 169.08 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 146 | 0.36 | 0.66 | 0 | 0.43 | 267.22 | 0.5 | 0.38 |
| Hex | 5D | 31 | 92 | 24 | 42 | 0 | 2B | 10B | 32 | 26 |
| Octal | 135 | 61 | 222 | 44 | 102 | 0 | 53 | 413 | 62 | 46 |
| Binary | 1011101 | 110001 | 10010010 | 100100 | 1000010 | 0 | 101011 | 100001011 | 110010 | 100110 |
Color Harmonies of #5D3192
Complementary color
Monochromatic Colors of #5D3192
Black with #5D3192
Text Example
Text Example
White with #5D3192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3192; }
p { color: rgb(93,49,146); }
H1.HeaderClassName
{
color: #5D3192;
}
.AnyTagClassName
{
color: #5D3192;
}
</style>
background-color css
<style>
a { background-color: #5D3192; }
a { background-color: rgb(93,49,146); }
div.DivClassName
{
background-color: #5D3192;
}
.BgClassName
{
background-color: #5D3192;
}
</style>
border-color css
<style>
span { border-color: #5D3192; }
span { border-color: rgb(93,49,146); }
td.TdClassName
{
border-color: #5D3192;
}
.TagClassName
{
border-color: #5D3192;
}
</style>