Shades of Daisy Bush #554098
Tints of Daisy Bush #554098
RGB
CMYK
RGB Variations
Color information
#554098 (or 0x554098) is known color: Daisy Bush. HEX triplet: 55, 40 and 98. RGB value is (85,64,152). Sum of RGB (Red+Green+Blue) = 85+64+152=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #554098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554098 is #AABF67. Grayscale: #4F4F4F. Windows color (decimal): -11190120 or 9977941. OLE color: 9977941.
HSL color Cylindrical-coordinate representation of color #554098: hue angle of 254.32º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #554098 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 64 | 152 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.40 |
| HSL | 254.32º | 0.41% | 0.42% | - |
| HSV(B) | 254.32º | 0.58% | 0.6% | - |
| XYZ | 11.25 | 7.87 | 30.63 | - |
| YUV | 80.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 152 | 0.44 | 0.58 | 0 | 0.40 | 254.32 | 0.41 | 0.42 |
| Hex | 55 | 40 | 98 | 2C | 3A | 0 | 28 | FE | 29 | 2A |
| Octal | 125 | 100 | 230 | 54 | 72 | 0 | 50 | 376 | 51 | 52 |
| Binary | 1010101 | 1000000 | 10011000 | 101100 | 111010 | 0 | 101000 | 11111110 | 101001 | 101010 |
Color Harmonies of #554098
Complementary color
Monochromatic Colors of #554098
Black with #554098
Text Example
Text Example
White with #554098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554098; }
p { color: rgb(85,64,152); }
H1.HeaderClassName
{
color: #554098;
}
.AnyTagClassName
{
color: #554098;
}
</style>
background-color css
<style>
a { background-color: #554098; }
a { background-color: rgb(85,64,152); }
div.DivClassName
{
background-color: #554098;
}
.BgClassName
{
background-color: #554098;
}
</style>
border-color css
<style>
span { border-color: #554098; }
span { border-color: rgb(85,64,152); }
td.TdClassName
{
border-color: #554098;
}
.TagClassName
{
border-color: #554098;
}
</style>