Shades of Daisy Bush #5D449C
Tints of Daisy Bush #5D449C
RGB
CMYK
RGB Variations
Color information
#5D449C (or 0x5D449C) is known color: Daisy Bush. HEX triplet: 5D, 44 and 9C. RGB value is (93,68,156). Sum of RGB (Red+Green+Blue) = 93+68+156=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D449C is #A2BB63. Grayscale: #555555. Windows color (decimal): -10664804 or 10241117. OLE color: 10241117.
HSL color Cylindrical-coordinate representation of color #5D449C: hue angle of 257.05º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D449C is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 68 | 156 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.39 |
| HSL | 257.05º | 0.39% | 0.44% | - |
| HSV(B) | 257.05º | 0.56% | 0.61% | - |
| XYZ | 12.58 | 8.86 | 32.5 | - |
| YUV | 85.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 156 | 0.40 | 0.56 | 0 | 0.39 | 257.05 | 0.39 | 0.44 |
| Hex | 5D | 44 | 9C | 28 | 38 | 0 | 27 | 101 | 27 | 2C |
| Octal | 135 | 104 | 234 | 50 | 70 | 0 | 47 | 401 | 47 | 54 |
| Binary | 1011101 | 1000100 | 10011100 | 101000 | 111000 | 0 | 100111 | 100000001 | 100111 | 101100 |
Color Harmonies of #5D449C
Complementary color
Monochromatic Colors of #5D449C
Black with #5D449C
Text Example
Text Example
White with #5D449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D449C; }
p { color: rgb(93,68,156); }
H1.HeaderClassName
{
color: #5D449C;
}
.AnyTagClassName
{
color: #5D449C;
}
</style>
background-color css
<style>
a { background-color: #5D449C; }
a { background-color: rgb(93,68,156); }
div.DivClassName
{
background-color: #5D449C;
}
.BgClassName
{
background-color: #5D449C;
}
</style>
border-color css
<style>
span { border-color: #5D449C; }
span { border-color: rgb(93,68,156); }
td.TdClassName
{
border-color: #5D449C;
}
.TagClassName
{
border-color: #5D449C;
}
</style>