Shades of Daisy Bush #553CA4
Tints of Daisy Bush #553CA4
RGB
CMYK
RGB Variations
Color information
#553CA4 (or 0x553CA4) is known color: Daisy Bush. HEX triplet: 55, 3C and A4. RGB value is (85,60,164). Sum of RGB (Red+Green+Blue) = 85+60+164=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #553CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553CA4 is #AAC35B. Grayscale: #4E4E4E. Windows color (decimal): -11191132 or 10763349. OLE color: 10763349.
HSL color Cylindrical-coordinate representation of color #553CA4: hue angle of 254.42º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #553CA4 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 60 | 164 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.36 |
| HSL | 254.42º | 0.46% | 0.44% | - |
| HSV(B) | 254.42º | 0.63% | 0.64% | - |
| XYZ | 12.06 | 7.84 | 36 | - |
| YUV | 79.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 164 | 0.48 | 0.63 | 0 | 0.36 | 254.42 | 0.46 | 0.44 |
| Hex | 55 | 3C | A4 | 30 | 3F | 0 | 24 | FE | 2E | 2C |
| Octal | 125 | 74 | 244 | 60 | 77 | 0 | 44 | 376 | 56 | 54 |
| Binary | 1010101 | 111100 | 10100100 | 110000 | 111111 | 0 | 100100 | 11111110 | 101110 | 101100 |
Color Harmonies of #553CA4
Complementary color
Monochromatic Colors of #553CA4
Black with #553CA4
Text Example
Text Example
White with #553CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553CA4; }
p { color: rgb(85,60,164); }
H1.HeaderClassName
{
color: #553CA4;
}
.AnyTagClassName
{
color: #553CA4;
}
</style>
background-color css
<style>
a { background-color: #553CA4; }
a { background-color: rgb(85,60,164); }
div.DivClassName
{
background-color: #553CA4;
}
.BgClassName
{
background-color: #553CA4;
}
</style>
border-color css
<style>
span { border-color: #553CA4; }
span { border-color: rgb(85,60,164); }
td.TdClassName
{
border-color: #553CA4;
}
.TagClassName
{
border-color: #553CA4;
}
</style>