Shades of Jelly Bean #557C92
Tints of Jelly Bean #557C92
RGB
CMYK
RGB Variations
Color information
#557C92 (or 0x557C92) is known color: Jelly Bean. HEX triplet: 55, 7C and 92. RGB value is (85,124,146). Sum of RGB (Red+Green+Blue) = 85+124+146=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #557C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C92 is #AA836D. Grayscale: #727272. Windows color (decimal): -11174766 or 9600085. OLE color: 9600085.
HSL color Cylindrical-coordinate representation of color #557C92: hue angle of 201.64º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #557C92 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 124 | 146 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.43 |
| HSL | 201.64º | 0.26% | 0.45% | - |
| HSV(B) | 201.64º | 0.42% | 0.57% | - |
| XYZ | 16.14 | 18.42 | 29.9 | - |
| YUV | 114.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 146 | 0.42 | 0.15 | 0 | 0.43 | 201.64 | 0.26 | 0.45 |
| Hex | 55 | 7C | 92 | 2A | F | 0 | 2B | CA | 1A | 2D |
| Octal | 125 | 174 | 222 | 52 | 17 | 0 | 53 | 312 | 32 | 55 |
| Binary | 1010101 | 1111100 | 10010010 | 101010 | 1111 | 0 | 101011 | 11001010 | 11010 | 101101 |
Color Harmonies of #557C92
Complementary color
Monochromatic Colors of #557C92
Black with #557C92
Text Example
Text Example
White with #557C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C92; }
p { color: rgb(85,124,146); }
H1.HeaderClassName
{
color: #557C92;
}
.AnyTagClassName
{
color: #557C92;
}
</style>
background-color css
<style>
a { background-color: #557C92; }
a { background-color: rgb(85,124,146); }
div.DivClassName
{
background-color: #557C92;
}
.BgClassName
{
background-color: #557C92;
}
</style>
border-color css
<style>
span { border-color: #557C92; }
span { border-color: rgb(85,124,146); }
td.TdClassName
{
border-color: #557C92;
}
.TagClassName
{
border-color: #557C92;
}
</style>