Shades of Daisy Bush #553CAC
Tints of Daisy Bush #553CAC
RGB
CMYK
RGB Variations
Color information
#553CAC (or 0x553CAC) is known color: Daisy Bush. HEX triplet: 55, 3C and AC. RGB value is (85,60,172). Sum of RGB (Red+Green+Blue) = 85+60+172=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #553CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553CAC is #AAC353. Grayscale: #4F4F4F. Windows color (decimal): -11191124 or 11287637. OLE color: 11287637.
HSL color Cylindrical-coordinate representation of color #553CAC: hue angle of 253.39º 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 #553CAC is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 60 | 172 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.33 |
| HSL | 253.39º | 0.48% | 0.45% | - |
| HSV(B) | 253.39º | 0.65% | 0.67% | - |
| XYZ | 12.81 | 8.14 | 39.93 | - |
| YUV | 80.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 172 | 0.51 | 0.65 | 0 | 0.33 | 253.39 | 0.48 | 0.45 |
| Hex | 55 | 3C | AC | 33 | 41 | 0 | 21 | FD | 30 | 2D |
| Octal | 125 | 74 | 254 | 63 | 101 | 0 | 41 | 375 | 60 | 55 |
| Binary | 1010101 | 111100 | 10101100 | 110011 | 1000001 | 0 | 100001 | 11111101 | 110000 | 101101 |
Color Harmonies of #553CAC
Complementary color
Monochromatic Colors of #553CAC
Black with #553CAC
Text Example
Text Example
White with #553CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553CAC; }
p { color: rgb(85,60,172); }
H1.HeaderClassName
{
color: #553CAC;
}
.AnyTagClassName
{
color: #553CAC;
}
</style>
background-color css
<style>
a { background-color: #553CAC; }
a { background-color: rgb(85,60,172); }
div.DivClassName
{
background-color: #553CAC;
}
.BgClassName
{
background-color: #553CAC;
}
</style>
border-color css
<style>
span { border-color: #553CAC; }
span { border-color: rgb(85,60,172); }
td.TdClassName
{
border-color: #553CAC;
}
.TagClassName
{
border-color: #553CAC;
}
</style>