Shades of Daisy Bush #554196
Tints of Daisy Bush #554196
RGB
CMYK
RGB Variations
Color information
#554196 (or 0x554196) is known color: Daisy Bush. HEX triplet: 55, 41 and 96. RGB value is (85,65,150). Sum of RGB (Red+Green+Blue) = 85+65+150=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #554196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554196 is #AABE69. Grayscale: #505050. Windows color (decimal): -11189866 or 9847125. OLE color: 9847125.
HSL color Cylindrical-coordinate representation of color #554196: hue angle of 254.12º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #554196 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 65 | 150 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.41 |
| HSL | 254.12º | 0.4% | 0.42% | - |
| HSV(B) | 254.12º | 0.57% | 0.59% | - |
| XYZ | 11.14 | 7.91 | 29.79 | - |
| YUV | 80.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 150 | 0.43 | 0.57 | 0 | 0.41 | 254.12 | 0.4 | 0.42 |
| Hex | 55 | 41 | 96 | 2B | 39 | 0 | 29 | FE | 28 | 2A |
| Octal | 125 | 101 | 226 | 53 | 71 | 0 | 51 | 376 | 50 | 52 |
| Binary | 1010101 | 1000001 | 10010110 | 101011 | 111001 | 0 | 101001 | 11111110 | 101000 | 101010 |
Color Harmonies of #554196
Complementary color
Monochromatic Colors of #554196
Black with #554196
Text Example
Text Example
White with #554196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554196; }
p { color: rgb(85,65,150); }
H1.HeaderClassName
{
color: #554196;
}
.AnyTagClassName
{
color: #554196;
}
</style>
background-color css
<style>
a { background-color: #554196; }
a { background-color: rgb(85,65,150); }
div.DivClassName
{
background-color: #554196;
}
.BgClassName
{
background-color: #554196;
}
</style>
border-color css
<style>
span { border-color: #554196; }
span { border-color: rgb(85,65,150); }
td.TdClassName
{
border-color: #554196;
}
.TagClassName
{
border-color: #554196;
}
</style>