Shades of Daisy Bush #5D479A
Tints of Daisy Bush #5D479A
RGB
CMYK
RGB Variations
Color information
#5D479A (or 0x5D479A) is known color: Daisy Bush. HEX triplet: 5D, 47 and 9A. RGB value is (93,71,154). Sum of RGB (Red+Green+Blue) = 93+71+154=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D479A is #A2B865. Grayscale: #565656. Windows color (decimal): -10664038 or 10110813. OLE color: 10110813.
HSL color Cylindrical-coordinate representation of color #5D479A: hue angle of 255.9º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D479A is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 71 | 154 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.40 |
| HSL | 255.9º | 0.37% | 0.44% | - |
| HSV(B) | 255.9º | 0.54% | 0.6% | - |
| XYZ | 12.6 | 9.17 | 31.68 | - |
| YUV | 87.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 154 | 0.40 | 0.54 | 0 | 0.40 | 255.9 | 0.37 | 0.44 |
| Hex | 5D | 47 | 9A | 28 | 36 | 0 | 28 | 100 | 25 | 2C |
| Octal | 135 | 107 | 232 | 50 | 66 | 0 | 50 | 400 | 45 | 54 |
| Binary | 1011101 | 1000111 | 10011010 | 101000 | 110110 | 0 | 101000 | 100000000 | 100101 | 101100 |
Color Harmonies of #5D479A
Complementary color
Monochromatic Colors of #5D479A
Black with #5D479A
Text Example
Text Example
White with #5D479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D479A; }
p { color: rgb(93,71,154); }
H1.HeaderClassName
{
color: #5D479A;
}
.AnyTagClassName
{
color: #5D479A;
}
</style>
background-color css
<style>
a { background-color: #5D479A; }
a { background-color: rgb(93,71,154); }
div.DivClassName
{
background-color: #5D479A;
}
.BgClassName
{
background-color: #5D479A;
}
</style>
border-color css
<style>
span { border-color: #5D479A; }
span { border-color: rgb(93,71,154); }
td.TdClassName
{
border-color: #5D479A;
}
.TagClassName
{
border-color: #5D479A;
}
</style>