Shades of Jelly Bean #557A8D
Tints of Jelly Bean #557A8D
RGB
CMYK
RGB Variations
Color information
#557A8D (or 0x557A8D) is known color: Jelly Bean. HEX triplet: 55, 7A and 8D. RGB value is (85,122,141). Sum of RGB (Red+Green+Blue) = 85+122+141=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #557A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A8D is #AA8572. Grayscale: #707070. Windows color (decimal): -11175283 or 9271893. OLE color: 9271893.
HSL color Cylindrical-coordinate representation of color #557A8D: hue angle of 200.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #557A8D is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 122 | 141 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.45 |
| HSL | 200.36º | 0.25% | 0.44% | - |
| HSV(B) | 200.36º | 0.4% | 0.55% | - |
| XYZ | 15.51 | 17.77 | 27.81 | - |
| YUV | 113.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 141 | 0.40 | 0.13 | 0 | 0.45 | 200.36 | 0.25 | 0.44 |
| Hex | 55 | 7A | 8D | 28 | D | 0 | 2D | C8 | 19 | 2C |
| Octal | 125 | 172 | 215 | 50 | 15 | 0 | 55 | 310 | 31 | 54 |
| Binary | 1010101 | 1111010 | 10001101 | 101000 | 1101 | 0 | 101101 | 11001000 | 11001 | 101100 |
Color Harmonies of #557A8D
Complementary color
Monochromatic Colors of #557A8D
Black with #557A8D
Text Example
Text Example
White with #557A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A8D; }
p { color: rgb(85,122,141); }
H1.HeaderClassName
{
color: #557A8D;
}
.AnyTagClassName
{
color: #557A8D;
}
</style>
background-color css
<style>
a { background-color: #557A8D; }
a { background-color: rgb(85,122,141); }
div.DivClassName
{
background-color: #557A8D;
}
.BgClassName
{
background-color: #557A8D;
}
</style>
border-color css
<style>
span { border-color: #557A8D; }
span { border-color: rgb(85,122,141); }
td.TdClassName
{
border-color: #557A8D;
}
.TagClassName
{
border-color: #557A8D;
}
</style>