Shades of Daisy Bush #553E8C
Tints of Daisy Bush #553E8C
RGB
CMYK
RGB Variations
Color information
#553E8C (or 0x553E8C) is known color: Daisy Bush. HEX triplet: 55, 3E and 8C. RGB value is (85,62,140). Sum of RGB (Red+Green+Blue) = 85+62+140=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #553E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553E8C is #AAC173. Grayscale: #4D4D4D. Windows color (decimal): -11190644 or 9190997. OLE color: 9190997.
HSL color Cylindrical-coordinate representation of color #553E8C: hue angle of 257.69º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #553E8C is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 62 | 140 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.45 |
| HSL | 257.69º | 0.39% | 0.4% | - |
| HSV(B) | 257.69º | 0.56% | 0.55% | - |
| XYZ | 10.2 | 7.27 | 25.68 | - |
| YUV | 77.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 140 | 0.39 | 0.56 | 0 | 0.45 | 257.69 | 0.39 | 0.4 |
| Hex | 55 | 3E | 8C | 27 | 38 | 0 | 2D | 102 | 27 | 28 |
| Octal | 125 | 76 | 214 | 47 | 70 | 0 | 55 | 402 | 47 | 50 |
| Binary | 1010101 | 111110 | 10001100 | 100111 | 111000 | 0 | 101101 | 100000010 | 100111 | 101000 |
Color Harmonies of #553E8C
Complementary color
Monochromatic Colors of #553E8C
Black with #553E8C
Text Example
Text Example
White with #553E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E8C; }
p { color: rgb(85,62,140); }
H1.HeaderClassName
{
color: #553E8C;
}
.AnyTagClassName
{
color: #553E8C;
}
</style>
background-color css
<style>
a { background-color: #553E8C; }
a { background-color: rgb(85,62,140); }
div.DivClassName
{
background-color: #553E8C;
}
.BgClassName
{
background-color: #553E8C;
}
</style>
border-color css
<style>
span { border-color: #553E8C; }
span { border-color: rgb(85,62,140); }
td.TdClassName
{
border-color: #553E8C;
}
.TagClassName
{
border-color: #553E8C;
}
</style>