Shades of Daisy Bush #553F97
Tints of Daisy Bush #553F97
RGB
CMYK
RGB Variations
Color information
#553F97 (or 0x553F97) is known color: Daisy Bush. HEX triplet: 55, 3F and 97. RGB value is (85,63,151). Sum of RGB (Red+Green+Blue) = 85+63+151=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #553F97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553F97 is #AAC068. Grayscale: #4F4F4F. Windows color (decimal): -11190377 or 9912149. OLE color: 9912149.
HSL color Cylindrical-coordinate representation of color #553F97: hue angle of 255º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553F97 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 63 | 151 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.41 |
| HSL | 255º | 0.41% | 0.42% | - |
| HSV(B) | 255º | 0.58% | 0.59% | - |
| XYZ | 11.11 | 7.72 | 30.18 | - |
| YUV | 79.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 151 | 0.44 | 0.58 | 0 | 0.41 | 255 | 0.41 | 0.42 |
| Hex | 55 | 3F | 97 | 2C | 3A | 0 | 29 | FF | 29 | 2A |
| Octal | 125 | 77 | 227 | 54 | 72 | 0 | 51 | 377 | 51 | 52 |
| Binary | 1010101 | 111111 | 10010111 | 101100 | 111010 | 0 | 101001 | 11111111 | 101001 | 101010 |
Color Harmonies of #553F97
Complementary color
Monochromatic Colors of #553F97
Black with #553F97
Text Example
Text Example
White with #553F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F97; }
p { color: rgb(85,63,151); }
H1.HeaderClassName
{
color: #553F97;
}
.AnyTagClassName
{
color: #553F97;
}
</style>
background-color css
<style>
a { background-color: #553F97; }
a { background-color: rgb(85,63,151); }
div.DivClassName
{
background-color: #553F97;
}
.BgClassName
{
background-color: #553F97;
}
</style>
border-color css
<style>
span { border-color: #553F97; }
span { border-color: rgb(85,63,151); }
td.TdClassName
{
border-color: #553F97;
}
.TagClassName
{
border-color: #553F97;
}
</style>