Shades of Jelly Bean #557990
Tints of Jelly Bean #557990
RGB
CMYK
RGB Variations
Color information
#557990 (or 0x557990) is known color: Jelly Bean. HEX triplet: 55, 79 and 90. RGB value is (85,121,144). Sum of RGB (Red+Green+Blue) = 85+121+144=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #557990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557990 is #AA866F. Grayscale: #707070. Windows color (decimal): -11175536 or 9468245. OLE color: 9468245.
HSL color Cylindrical-coordinate representation of color #557990: hue angle of 203.39º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557990 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 121 | 144 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.44 |
| HSL | 203.39º | 0.26% | 0.45% | - |
| HSV(B) | 203.39º | 0.41% | 0.56% | - |
| XYZ | 15.62 | 17.62 | 28.96 | - |
| YUV | 112.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 144 | 0.41 | 0.16 | 0 | 0.44 | 203.39 | 0.26 | 0.45 |
| Hex | 55 | 79 | 90 | 29 | 10 | 0 | 2C | CB | 1A | 2D |
| Octal | 125 | 171 | 220 | 51 | 20 | 0 | 54 | 313 | 32 | 55 |
| Binary | 1010101 | 1111001 | 10010000 | 101001 | 10000 | 0 | 101100 | 11001011 | 11010 | 101101 |
Color Harmonies of #557990
Complementary color
Monochromatic Colors of #557990
Black with #557990
Text Example
Text Example
White with #557990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557990; }
p { color: rgb(85,121,144); }
H1.HeaderClassName
{
color: #557990;
}
.AnyTagClassName
{
color: #557990;
}
</style>
background-color css
<style>
a { background-color: #557990; }
a { background-color: rgb(85,121,144); }
div.DivClassName
{
background-color: #557990;
}
.BgClassName
{
background-color: #557990;
}
</style>
border-color css
<style>
span { border-color: #557990; }
span { border-color: rgb(85,121,144); }
td.TdClassName
{
border-color: #557990;
}
.TagClassName
{
border-color: #557990;
}
</style>