Shades of Daisy Bush #553DAC
Tints of Daisy Bush #553DAC
RGB
CMYK
RGB Variations
Color information
#553DAC (or 0x553DAC) is known color: Daisy Bush. HEX triplet: 55, 3D and AC. RGB value is (85,61,172). Sum of RGB (Red+Green+Blue) = 85+61+172=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #553DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553DAC is #AAC253. Grayscale: #505050. Windows color (decimal): -11190868 or 11287893. OLE color: 11287893.
HSL color Cylindrical-coordinate representation of color #553DAC: hue angle of 252.97º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #553DAC is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 61 | 172 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.33 |
| HSL | 252.97º | 0.48% | 0.46% | - |
| HSV(B) | 252.97º | 0.65% | 0.67% | - |
| XYZ | 12.86 | 8.25 | 39.94 | - |
| YUV | 80.83 | 179.45 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 172 | 0.51 | 0.65 | 0 | 0.33 | 252.97 | 0.48 | 0.46 |
| Hex | 55 | 3D | AC | 33 | 41 | 0 | 21 | FD | 30 | 2E |
| Octal | 125 | 75 | 254 | 63 | 101 | 0 | 41 | 375 | 60 | 56 |
| Binary | 1010101 | 111101 | 10101100 | 110011 | 1000001 | 0 | 100001 | 11111101 | 110000 | 101110 |
Color Harmonies of #553DAC
Complementary color
Monochromatic Colors of #553DAC
Black with #553DAC
Text Example
Text Example
White with #553DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553DAC; }
p { color: rgb(85,61,172); }
H1.HeaderClassName
{
color: #553DAC;
}
.AnyTagClassName
{
color: #553DAC;
}
</style>
background-color css
<style>
a { background-color: #553DAC; }
a { background-color: rgb(85,61,172); }
div.DivClassName
{
background-color: #553DAC;
}
.BgClassName
{
background-color: #553DAC;
}
</style>
border-color css
<style>
span { border-color: #553DAC; }
span { border-color: rgb(85,61,172); }
td.TdClassName
{
border-color: #553DAC;
}
.TagClassName
{
border-color: #553DAC;
}
</style>