Shades of Daisy Bush #553F92
Tints of Daisy Bush #553F92
RGB
CMYK
RGB Variations
Color information
#553F92 (or 0x553F92) is known color: Daisy Bush. HEX triplet: 55, 3F and 92. RGB value is (85,63,146). Sum of RGB (Red+Green+Blue) = 85+63+146=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #553F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553F92 is #AAC06D. Grayscale: #4E4E4E. Windows color (decimal): -11190382 or 9584469. OLE color: 9584469.
HSL color Cylindrical-coordinate representation of color #553F92: hue angle of 255.9º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #553F92 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 63 | 146 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.43 |
| HSL | 255.9º | 0.4% | 0.41% | - |
| HSV(B) | 255.9º | 0.57% | 0.57% | - |
| XYZ | 10.71 | 7.56 | 28.09 | - |
| YUV | 79.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 146 | 0.42 | 0.57 | 0 | 0.43 | 255.9 | 0.4 | 0.41 |
| Hex | 55 | 3F | 92 | 2A | 39 | 0 | 2B | 100 | 28 | 29 |
| Octal | 125 | 77 | 222 | 52 | 71 | 0 | 53 | 400 | 50 | 51 |
| Binary | 1010101 | 111111 | 10010010 | 101010 | 111001 | 0 | 101011 | 100000000 | 101000 | 101001 |
Color Harmonies of #553F92
Complementary color
Monochromatic Colors of #553F92
Black with #553F92
Text Example
Text Example
White with #553F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F92; }
p { color: rgb(85,63,146); }
H1.HeaderClassName
{
color: #553F92;
}
.AnyTagClassName
{
color: #553F92;
}
</style>
background-color css
<style>
a { background-color: #553F92; }
a { background-color: rgb(85,63,146); }
div.DivClassName
{
background-color: #553F92;
}
.BgClassName
{
background-color: #553F92;
}
</style>
border-color css
<style>
span { border-color: #553F92; }
span { border-color: rgb(85,63,146); }
td.TdClassName
{
border-color: #553F92;
}
.TagClassName
{
border-color: #553F92;
}
</style>