Shades of Daisy Bush #553C91
Tints of Daisy Bush #553C91
RGB
CMYK
RGB Variations
Color information
#553C91 (or 0x553C91) is known color: Daisy Bush. HEX triplet: 55, 3C and 91. RGB value is (85,60,145). Sum of RGB (Red+Green+Blue) = 85+60+145=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #553C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553C91 is #AAC36E. Grayscale: #4C4C4C. Windows color (decimal): -11191151 or 9518165. OLE color: 9518165.
HSL color Cylindrical-coordinate representation of color #553C91: hue angle of 257.65º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553C91 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 60 | 145 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.43 |
| HSL | 257.65º | 0.41% | 0.4% | - |
| HSV(B) | 257.65º | 0.59% | 0.57% | - |
| XYZ | 10.47 | 7.21 | 27.63 | - |
| YUV | 77.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 145 | 0.41 | 0.59 | 0 | 0.43 | 257.65 | 0.41 | 0.4 |
| Hex | 55 | 3C | 91 | 29 | 3B | 0 | 2B | 102 | 29 | 28 |
| Octal | 125 | 74 | 221 | 51 | 73 | 0 | 53 | 402 | 51 | 50 |
| Binary | 1010101 | 111100 | 10010001 | 101001 | 111011 | 0 | 101011 | 100000010 | 101001 | 101000 |
Color Harmonies of #553C91
Complementary color
Monochromatic Colors of #553C91
Black with #553C91
Text Example
Text Example
White with #553C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C91; }
p { color: rgb(85,60,145); }
H1.HeaderClassName
{
color: #553C91;
}
.AnyTagClassName
{
color: #553C91;
}
</style>
background-color css
<style>
a { background-color: #553C91; }
a { background-color: rgb(85,60,145); }
div.DivClassName
{
background-color: #553C91;
}
.BgClassName
{
background-color: #553C91;
}
</style>
border-color css
<style>
span { border-color: #553C91; }
span { border-color: rgb(85,60,145); }
td.TdClassName
{
border-color: #553C91;
}
.TagClassName
{
border-color: #553C91;
}
</style>