Shades of Daisy Bush #553C8E
Tints of Daisy Bush #553C8E
RGB
CMYK
RGB Variations
Color information
#553C8E (or 0x553C8E) is known color: Daisy Bush. HEX triplet: 55, 3C and 8E. RGB value is (85,60,142). Sum of RGB (Red+Green+Blue) = 85+60+142=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #553C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553C8E is #AAC371. Grayscale: #4C4C4C. Windows color (decimal): -11191154 or 9321557. OLE color: 9321557.
HSL color Cylindrical-coordinate representation of color #553C8E: hue angle of 258.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553C8E is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 60 | 142 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.44 |
| HSL | 258.29º | 0.41% | 0.4% | - |
| HSV(B) | 258.29º | 0.58% | 0.56% | - |
| XYZ | 10.24 | 7.12 | 26.42 | - |
| YUV | 76.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 142 | 0.40 | 0.58 | 0 | 0.44 | 258.29 | 0.41 | 0.4 |
| Hex | 55 | 3C | 8E | 28 | 3A | 0 | 2C | 102 | 29 | 28 |
| Octal | 125 | 74 | 216 | 50 | 72 | 0 | 54 | 402 | 51 | 50 |
| Binary | 1010101 | 111100 | 10001110 | 101000 | 111010 | 0 | 101100 | 100000010 | 101001 | 101000 |
Color Harmonies of #553C8E
Complementary color
Monochromatic Colors of #553C8E
Black with #553C8E
Text Example
Text Example
White with #553C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C8E; }
p { color: rgb(85,60,142); }
H1.HeaderClassName
{
color: #553C8E;
}
.AnyTagClassName
{
color: #553C8E;
}
</style>
background-color css
<style>
a { background-color: #553C8E; }
a { background-color: rgb(85,60,142); }
div.DivClassName
{
background-color: #553C8E;
}
.BgClassName
{
background-color: #553C8E;
}
</style>
border-color css
<style>
span { border-color: #553C8E; }
span { border-color: rgb(85,60,142); }
td.TdClassName
{
border-color: #553C8E;
}
.TagClassName
{
border-color: #553C8E;
}
</style>