Shades of Jelly Bean #557B94
Tints of Jelly Bean #557B94
RGB
CMYK
RGB Variations
Color information
#557B94 (or 0x557B94) is known color: Jelly Bean. HEX triplet: 55, 7B and 94. RGB value is (85,123,148). Sum of RGB (Red+Green+Blue) = 85+123+148=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #557B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B94 is #AA846B. Grayscale: #727272. Windows color (decimal): -11175020 or 9730901. OLE color: 9730901.
HSL color Cylindrical-coordinate representation of color #557B94: hue angle of 203.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #557B94 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 123 | 148 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.42 |
| HSL | 203.81º | 0.27% | 0.46% | - |
| HSV(B) | 203.81º | 0.43% | 0.58% | - |
| XYZ | 16.17 | 18.24 | 30.68 | - |
| YUV | 114.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 148 | 0.43 | 0.17 | 0 | 0.42 | 203.81 | 0.27 | 0.46 |
| Hex | 55 | 7B | 94 | 2B | 11 | 0 | 2A | CC | 1B | 2E |
| Octal | 125 | 173 | 224 | 53 | 21 | 0 | 52 | 314 | 33 | 56 |
| Binary | 1010101 | 1111011 | 10010100 | 101011 | 10001 | 0 | 101010 | 11001100 | 11011 | 101110 |
Color Harmonies of #557B94
Complementary color
Monochromatic Colors of #557B94
Black with #557B94
Text Example
Text Example
White with #557B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B94; }
p { color: rgb(85,123,148); }
H1.HeaderClassName
{
color: #557B94;
}
.AnyTagClassName
{
color: #557B94;
}
</style>
background-color css
<style>
a { background-color: #557B94; }
a { background-color: rgb(85,123,148); }
div.DivClassName
{
background-color: #557B94;
}
.BgClassName
{
background-color: #557B94;
}
</style>
border-color css
<style>
span { border-color: #557B94; }
span { border-color: rgb(85,123,148); }
td.TdClassName
{
border-color: #557B94;
}
.TagClassName
{
border-color: #557B94;
}
</style>