Shades of Daisy Bush #554099
Tints of Daisy Bush #554099
RGB
CMYK
RGB Variations
Color information
#554099 (or 0x554099) is known color: Daisy Bush. HEX triplet: 55, 40 and 99. RGB value is (85,64,153). Sum of RGB (Red+Green+Blue) = 85+64+153=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #554099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554099 is #AABF66. Grayscale: #505050. Windows color (decimal): -11190119 or 10043477. OLE color: 10043477.
HSL color Cylindrical-coordinate representation of color #554099: hue angle of 254.16º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #554099 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 64 | 153 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.4 |
| HSL | 254.16º | 0.41% | 0.43% | - |
| HSV(B) | 254.16º | 0.58% | 0.6% | - |
| XYZ | 11.33 | 7.9 | 31.06 | - |
| YUV | 80.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 153 | 0.44 | 0.58 | 0 | 0.4 | 254.16 | 0.41 | 0.43 |
| Hex | 55 | 40 | 99 | 2C | 3A | 0 | 28 | FE | 29 | 2B |
| Octal | 125 | 100 | 231 | 54 | 72 | 0 | 50 | 376 | 51 | 53 |
| Binary | 1010101 | 1000000 | 10011001 | 101100 | 111010 | 0 | 101000 | 11111110 | 101001 | 101011 |
Color Harmonies of #554099
Complementary color
Monochromatic Colors of #554099
Black with #554099
Text Example
Text Example
White with #554099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554099; }
p { color: rgb(85,64,153); }
H1.HeaderClassName
{
color: #554099;
}
.AnyTagClassName
{
color: #554099;
}
</style>
background-color css
<style>
a { background-color: #554099; }
a { background-color: rgb(85,64,153); }
div.DivClassName
{
background-color: #554099;
}
.BgClassName
{
background-color: #554099;
}
</style>
border-color css
<style>
span { border-color: #554099; }
span { border-color: rgb(85,64,153); }
td.TdClassName
{
border-color: #554099;
}
.TagClassName
{
border-color: #554099;
}
</style>