Shades of Jelly Bean #557B90
Tints of Jelly Bean #557B90
RGB
CMYK
RGB Variations
Color information
#557B90 (or 0x557B90) is known color: Jelly Bean. HEX triplet: 55, 7B and 90. RGB value is (85,123,144). Sum of RGB (Red+Green+Blue) = 85+123+144=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #557B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B90 is #AA846F. Grayscale: #717171. Windows color (decimal): -11175024 or 9468757. OLE color: 9468757.
HSL color Cylindrical-coordinate representation of color #557B90: hue angle of 201.36º 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 #557B90 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 123 | 144 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.44 |
| HSL | 201.36º | 0.26% | 0.45% | - |
| HSV(B) | 201.36º | 0.41% | 0.56% | - |
| XYZ | 15.86 | 18.11 | 29.05 | - |
| YUV | 114.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 144 | 0.41 | 0.15 | 0 | 0.44 | 201.36 | 0.26 | 0.45 |
| Hex | 55 | 7B | 90 | 29 | F | 0 | 2C | C9 | 1A | 2D |
| Octal | 125 | 173 | 220 | 51 | 17 | 0 | 54 | 311 | 32 | 55 |
| Binary | 1010101 | 1111011 | 10010000 | 101001 | 1111 | 0 | 101100 | 11001001 | 11010 | 101101 |
Color Harmonies of #557B90
Complementary color
Monochromatic Colors of #557B90
Black with #557B90
Text Example
Text Example
White with #557B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B90; }
p { color: rgb(85,123,144); }
H1.HeaderClassName
{
color: #557B90;
}
.AnyTagClassName
{
color: #557B90;
}
</style>
background-color css
<style>
a { background-color: #557B90; }
a { background-color: rgb(85,123,144); }
div.DivClassName
{
background-color: #557B90;
}
.BgClassName
{
background-color: #557B90;
}
</style>
border-color css
<style>
span { border-color: #557B90; }
span { border-color: rgb(85,123,144); }
td.TdClassName
{
border-color: #557B90;
}
.TagClassName
{
border-color: #557B90;
}
</style>