Shades of Daisy Bush #553E92
Tints of Daisy Bush #553E92
RGB
CMYK
RGB Variations
Color information
#553E92 (or 0x553E92) is known color: Daisy Bush. HEX triplet: 55, 3E and 92. RGB value is (85,62,146). Sum of RGB (Red+Green+Blue) = 85+62+146=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #553E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553E92 is #AAC16D. Grayscale: #4E4E4E. Windows color (decimal): -11190638 or 9584213. OLE color: 9584213.
HSL color Cylindrical-coordinate representation of color #553E92: hue angle of 256.43º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553E92 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 62 | 146 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.43 |
| HSL | 256.43º | 0.4% | 0.41% | - |
| HSV(B) | 256.43º | 0.58% | 0.57% | - |
| XYZ | 10.66 | 7.45 | 28.07 | - |
| YUV | 78.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 146 | 0.42 | 0.58 | 0 | 0.43 | 256.43 | 0.4 | 0.41 |
| Hex | 55 | 3E | 92 | 2A | 3A | 0 | 2B | 100 | 28 | 29 |
| Octal | 125 | 76 | 222 | 52 | 72 | 0 | 53 | 400 | 50 | 51 |
| Binary | 1010101 | 111110 | 10010010 | 101010 | 111010 | 0 | 101011 | 100000000 | 101000 | 101001 |
Color Harmonies of #553E92
Complementary color
Monochromatic Colors of #553E92
Black with #553E92
Text Example
Text Example
White with #553E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E92; }
p { color: rgb(85,62,146); }
H1.HeaderClassName
{
color: #553E92;
}
.AnyTagClassName
{
color: #553E92;
}
</style>
background-color css
<style>
a { background-color: #553E92; }
a { background-color: rgb(85,62,146); }
div.DivClassName
{
background-color: #553E92;
}
.BgClassName
{
background-color: #553E92;
}
</style>
border-color css
<style>
span { border-color: #553E92; }
span { border-color: rgb(85,62,146); }
td.TdClassName
{
border-color: #553E92;
}
.TagClassName
{
border-color: #553E92;
}
</style>