Shades of Jelly Bean #557D94
Tints of Jelly Bean #557D94
RGB
CMYK
RGB Variations
Color information
#557D94 (or 0x557D94) is known color: Jelly Bean. HEX triplet: 55, 7D and 94. RGB value is (85,125,148). Sum of RGB (Red+Green+Blue) = 85+125+148=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #557D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D94 is #AA826B. Grayscale: #737373. Windows color (decimal): -11174508 or 9731413. OLE color: 9731413.
HSL color Cylindrical-coordinate representation of color #557D94: hue angle of 201.9º 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 #557D94 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 125 | 148 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.42 |
| HSL | 201.9º | 0.27% | 0.46% | - |
| HSV(B) | 201.9º | 0.43% | 0.58% | - |
| XYZ | 16.43 | 18.74 | 30.77 | - |
| YUV | 115.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 148 | 0.43 | 0.16 | 0 | 0.42 | 201.9 | 0.27 | 0.46 |
| Hex | 55 | 7D | 94 | 2B | 10 | 0 | 2A | CA | 1B | 2E |
| Octal | 125 | 175 | 224 | 53 | 20 | 0 | 52 | 312 | 33 | 56 |
| Binary | 1010101 | 1111101 | 10010100 | 101011 | 10000 | 0 | 101010 | 11001010 | 11011 | 101110 |
Color Harmonies of #557D94
Complementary color
Monochromatic Colors of #557D94
Black with #557D94
Text Example
Text Example
White with #557D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557D94; }
p { color: rgb(85,125,148); }
H1.HeaderClassName
{
color: #557D94;
}
.AnyTagClassName
{
color: #557D94;
}
</style>
background-color css
<style>
a { background-color: #557D94; }
a { background-color: rgb(85,125,148); }
div.DivClassName
{
background-color: #557D94;
}
.BgClassName
{
background-color: #557D94;
}
</style>
border-color css
<style>
span { border-color: #557D94; }
span { border-color: rgb(85,125,148); }
td.TdClassName
{
border-color: #557D94;
}
.TagClassName
{
border-color: #557D94;
}
</style>