Shades of Daisy Bush #553CAB
Tints of Daisy Bush #553CAB
RGB
CMYK
RGB Variations
Color information
#553CAB (or 0x553CAB) is known color: Daisy Bush. HEX triplet: 55, 3C and AB. RGB value is (85,60,171). Sum of RGB (Red+Green+Blue) = 85+60+171=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #553CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553CAB is #AAC354. Grayscale: #4F4F4F. Windows color (decimal): -11191125 or 11222101. OLE color: 11222101.
HSL color Cylindrical-coordinate representation of color #553CAB: hue angle of 253.51º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #553CAB is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 60 | 171 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.33 |
| HSL | 253.51º | 0.48% | 0.45% | - |
| HSV(B) | 253.51º | 0.65% | 0.67% | - |
| XYZ | 12.71 | 8.1 | 39.42 | - |
| YUV | 80.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 171 | 0.50 | 0.65 | 0 | 0.33 | 253.51 | 0.48 | 0.45 |
| Hex | 55 | 3C | AB | 32 | 41 | 0 | 21 | FE | 30 | 2D |
| Octal | 125 | 74 | 253 | 62 | 101 | 0 | 41 | 376 | 60 | 55 |
| Binary | 1010101 | 111100 | 10101011 | 110010 | 1000001 | 0 | 100001 | 11111110 | 110000 | 101101 |
Color Harmonies of #553CAB
Complementary color
Monochromatic Colors of #553CAB
Black with #553CAB
Text Example
Text Example
White with #553CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553CAB; }
p { color: rgb(85,60,171); }
H1.HeaderClassName
{
color: #553CAB;
}
.AnyTagClassName
{
color: #553CAB;
}
</style>
background-color css
<style>
a { background-color: #553CAB; }
a { background-color: rgb(85,60,171); }
div.DivClassName
{
background-color: #553CAB;
}
.BgClassName
{
background-color: #553CAB;
}
</style>
border-color css
<style>
span { border-color: #553CAB; }
span { border-color: rgb(85,60,171); }
td.TdClassName
{
border-color: #553CAB;
}
.TagClassName
{
border-color: #553CAB;
}
</style>