Shades of Daisy Bush #553F94
Tints of Daisy Bush #553F94
RGB
CMYK
RGB Variations
Color information
#553F94 (or 0x553F94) is known color: Daisy Bush. HEX triplet: 55, 3F and 94. RGB value is (85,63,148). Sum of RGB (Red+Green+Blue) = 85+63+148=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #553F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553F94 is #AAC06B. Grayscale: #4E4E4E. Windows color (decimal): -11190380 or 9715541. OLE color: 9715541.
HSL color Cylindrical-coordinate representation of color #553F94: hue angle of 255.53º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #553F94 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 63 | 148 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.42 |
| HSL | 255.53º | 0.4% | 0.41% | - |
| HSV(B) | 255.53º | 0.57% | 0.58% | - |
| XYZ | 10.87 | 7.62 | 28.92 | - |
| YUV | 79.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 148 | 0.43 | 0.57 | 0 | 0.42 | 255.53 | 0.4 | 0.41 |
| Hex | 55 | 3F | 94 | 2B | 39 | 0 | 2A | 100 | 28 | 29 |
| Octal | 125 | 77 | 224 | 53 | 71 | 0 | 52 | 400 | 50 | 51 |
| Binary | 1010101 | 111111 | 10010100 | 101011 | 111001 | 0 | 101010 | 100000000 | 101000 | 101001 |
Color Harmonies of #553F94
Complementary color
Monochromatic Colors of #553F94
Black with #553F94
Text Example
Text Example
White with #553F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F94; }
p { color: rgb(85,63,148); }
H1.HeaderClassName
{
color: #553F94;
}
.AnyTagClassName
{
color: #553F94;
}
</style>
background-color css
<style>
a { background-color: #553F94; }
a { background-color: rgb(85,63,148); }
div.DivClassName
{
background-color: #553F94;
}
.BgClassName
{
background-color: #553F94;
}
</style>
border-color css
<style>
span { border-color: #553F94; }
span { border-color: rgb(85,63,148); }
td.TdClassName
{
border-color: #553F94;
}
.TagClassName
{
border-color: #553F94;
}
</style>