Shades of Daisy Bush #554299
Tints of Daisy Bush #554299
RGB
CMYK
RGB Variations
Color information
#554299 (or 0x554299) is known color: Daisy Bush. HEX triplet: 55, 42 and 99. RGB value is (85,66,153). Sum of RGB (Red+Green+Blue) = 85+66+153=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #554299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554299 is #AABD66. Grayscale: #515151. Windows color (decimal): -11189607 or 10043989. OLE color: 10043989.
HSL color Cylindrical-coordinate representation of color #554299: hue angle of 253.1º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #554299 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 66 | 153 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.4 |
| HSL | 253.1º | 0.4% | 0.43% | - |
| HSV(B) | 253.1º | 0.57% | 0.6% | - |
| XYZ | 11.44 | 8.13 | 31.1 | - |
| YUV | 81.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 153 | 0.44 | 0.57 | 0 | 0.4 | 253.1 | 0.4 | 0.43 |
| Hex | 55 | 42 | 99 | 2C | 39 | 0 | 28 | FD | 28 | 2B |
| Octal | 125 | 102 | 231 | 54 | 71 | 0 | 50 | 375 | 50 | 53 |
| Binary | 1010101 | 1000010 | 10011001 | 101100 | 111001 | 0 | 101000 | 11111101 | 101000 | 101011 |
Color Harmonies of #554299
Complementary color
Monochromatic Colors of #554299
Black with #554299
Text Example
Text Example
White with #554299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554299; }
p { color: rgb(85,66,153); }
H1.HeaderClassName
{
color: #554299;
}
.AnyTagClassName
{
color: #554299;
}
</style>
background-color css
<style>
a { background-color: #554299; }
a { background-color: rgb(85,66,153); }
div.DivClassName
{
background-color: #554299;
}
.BgClassName
{
background-color: #554299;
}
</style>
border-color css
<style>
span { border-color: #554299; }
span { border-color: rgb(85,66,153); }
td.TdClassName
{
border-color: #554299;
}
.TagClassName
{
border-color: #554299;
}
</style>