Shades of Jelly Bean #557B8E
Tints of Jelly Bean #557B8E
RGB
CMYK
RGB Variations
Color information
#557B8E (or 0x557B8E) is known color: Jelly Bean. HEX triplet: 55, 7B and 8E. RGB value is (85,123,142). Sum of RGB (Red+Green+Blue) = 85+123+142=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #557B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B8E is #AA8471. Grayscale: #717171. Windows color (decimal): -11175026 or 9337685. OLE color: 9337685.
HSL color Cylindrical-coordinate representation of color #557B8E: hue angle of 200º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #557B8E is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 123 | 142 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.44 |
| HSL | 200º | 0.25% | 0.45% | - |
| HSV(B) | 200º | 0.4% | 0.56% | - |
| XYZ | 15.71 | 18.05 | 28.25 | - |
| YUV | 113.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 142 | 0.40 | 0.13 | 0 | 0.44 | 200 | 0.25 | 0.45 |
| Hex | 55 | 7B | 8E | 28 | D | 0 | 2C | C8 | 19 | 2D |
| Octal | 125 | 173 | 216 | 50 | 15 | 0 | 54 | 310 | 31 | 55 |
| Binary | 1010101 | 1111011 | 10001110 | 101000 | 1101 | 0 | 101100 | 11001000 | 11001 | 101101 |
Color Harmonies of #557B8E
Complementary color
Monochromatic Colors of #557B8E
Black with #557B8E
Text Example
Text Example
White with #557B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B8E; }
p { color: rgb(85,123,142); }
H1.HeaderClassName
{
color: #557B8E;
}
.AnyTagClassName
{
color: #557B8E;
}
</style>
background-color css
<style>
a { background-color: #557B8E; }
a { background-color: rgb(85,123,142); }
div.DivClassName
{
background-color: #557B8E;
}
.BgClassName
{
background-color: #557B8E;
}
</style>
border-color css
<style>
span { border-color: #557B8E; }
span { border-color: rgb(85,123,142); }
td.TdClassName
{
border-color: #557B8E;
}
.TagClassName
{
border-color: #557B8E;
}
</style>