Shades of Jelly Bean #557A90
Tints of Jelly Bean #557A90
RGB
CMYK
RGB Variations
Color information
#557A90 (or 0x557A90) is known color: Jelly Bean. HEX triplet: 55, 7A and 90. RGB value is (85,122,144). Sum of RGB (Red+Green+Blue) = 85+122+144=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #557A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A90 is #AA856F. Grayscale: #717171. Windows color (decimal): -11175280 or 9468501. OLE color: 9468501.
HSL color Cylindrical-coordinate representation of color #557A90: hue angle of 202.37º 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 #557A90 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 122 | 144 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.44 |
| HSL | 202.37º | 0.26% | 0.45% | - |
| HSV(B) | 202.37º | 0.41% | 0.56% | - |
| XYZ | 15.74 | 17.86 | 29 | - |
| YUV | 113.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 144 | 0.41 | 0.15 | 0 | 0.44 | 202.37 | 0.26 | 0.45 |
| Hex | 55 | 7A | 90 | 29 | F | 0 | 2C | CA | 1A | 2D |
| Octal | 125 | 172 | 220 | 51 | 17 | 0 | 54 | 312 | 32 | 55 |
| Binary | 1010101 | 1111010 | 10010000 | 101001 | 1111 | 0 | 101100 | 11001010 | 11010 | 101101 |
Color Harmonies of #557A90
Complementary color
Monochromatic Colors of #557A90
Black with #557A90
Text Example
Text Example
White with #557A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A90; }
p { color: rgb(85,122,144); }
H1.HeaderClassName
{
color: #557A90;
}
.AnyTagClassName
{
color: #557A90;
}
</style>
background-color css
<style>
a { background-color: #557A90; }
a { background-color: rgb(85,122,144); }
div.DivClassName
{
background-color: #557A90;
}
.BgClassName
{
background-color: #557A90;
}
</style>
border-color css
<style>
span { border-color: #557A90; }
span { border-color: rgb(85,122,144); }
td.TdClassName
{
border-color: #557A90;
}
.TagClassName
{
border-color: #557A90;
}
</style>