Shades of Daisy Bush #553C8D
Tints of Daisy Bush #553C8D
RGB
CMYK
RGB Variations
Color information
#553C8D (or 0x553C8D) is known color: Daisy Bush. HEX triplet: 55, 3C and 8D. RGB value is (85,60,141). Sum of RGB (Red+Green+Blue) = 85+60+141=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #553C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553C8D is #AAC372. Grayscale: #4C4C4C. Windows color (decimal): -11191155 or 9256021. OLE color: 9256021.
HSL color Cylindrical-coordinate representation of color #553C8D: hue angle of 258.52º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #553C8D is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 60 | 141 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.45 |
| HSL | 258.52º | 0.4% | 0.39% | - |
| HSV(B) | 258.52º | 0.57% | 0.55% | - |
| XYZ | 10.17 | 7.09 | 26.03 | - |
| YUV | 76.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 141 | 0.40 | 0.57 | 0 | 0.45 | 258.52 | 0.4 | 0.39 |
| Hex | 55 | 3C | 8D | 28 | 39 | 0 | 2D | 103 | 28 | 27 |
| Octal | 125 | 74 | 215 | 50 | 71 | 0 | 55 | 403 | 50 | 47 |
| Binary | 1010101 | 111100 | 10001101 | 101000 | 111001 | 0 | 101101 | 100000011 | 101000 | 100111 |
Color Harmonies of #553C8D
Complementary color
Monochromatic Colors of #553C8D
Black with #553C8D
Text Example
Text Example
White with #553C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C8D; }
p { color: rgb(85,60,141); }
H1.HeaderClassName
{
color: #553C8D;
}
.AnyTagClassName
{
color: #553C8D;
}
</style>
background-color css
<style>
a { background-color: #553C8D; }
a { background-color: rgb(85,60,141); }
div.DivClassName
{
background-color: #553C8D;
}
.BgClassName
{
background-color: #553C8D;
}
</style>
border-color css
<style>
span { border-color: #553C8D; }
span { border-color: rgb(85,60,141); }
td.TdClassName
{
border-color: #553C8D;
}
.TagClassName
{
border-color: #553C8D;
}
</style>