Shades of Daisy Bush #5D479F
Tints of Daisy Bush #5D479F
RGB
CMYK
RGB Variations
Color information
#5D479F (or 0x5D479F) is known color: Daisy Bush. HEX triplet: 5D, 47 and 9F. RGB value is (93,71,159). Sum of RGB (Red+Green+Blue) = 93+71+159=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D479F is #A2B860. Grayscale: #575757. Windows color (decimal): -10664033 or 10438493. OLE color: 10438493.
HSL color Cylindrical-coordinate representation of color #5D479F: hue angle of 255º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D479F is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 71 | 159 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.38 |
| HSL | 255º | 0.38% | 0.45% | - |
| HSV(B) | 255º | 0.55% | 0.62% | - |
| XYZ | 13.03 | 9.34 | 33.92 | - |
| YUV | 87.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 159 | 0.42 | 0.55 | 0 | 0.38 | 255 | 0.38 | 0.45 |
| Hex | 5D | 47 | 9F | 2A | 37 | 0 | 26 | FF | 26 | 2D |
| Octal | 135 | 107 | 237 | 52 | 67 | 0 | 46 | 377 | 46 | 55 |
| Binary | 1011101 | 1000111 | 10011111 | 101010 | 110111 | 0 | 100110 | 11111111 | 100110 | 101101 |
Color Harmonies of #5D479F
Complementary color
Monochromatic Colors of #5D479F
Black with #5D479F
Text Example
Text Example
White with #5D479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D479F; }
p { color: rgb(93,71,159); }
H1.HeaderClassName
{
color: #5D479F;
}
.AnyTagClassName
{
color: #5D479F;
}
</style>
background-color css
<style>
a { background-color: #5D479F; }
a { background-color: rgb(93,71,159); }
div.DivClassName
{
background-color: #5D479F;
}
.BgClassName
{
background-color: #5D479F;
}
</style>
border-color css
<style>
span { border-color: #5D479F; }
span { border-color: rgb(93,71,159); }
td.TdClassName
{
border-color: #5D479F;
}
.TagClassName
{
border-color: #5D479F;
}
</style>