Shades of Jelly Bean #537A8B
Tints of Jelly Bean #537A8B
RGB
CMYK
RGB Variations
Color information
#537A8B (or 0x537A8B) is known color: Jelly Bean. HEX triplet: 53, 7A and 8B. RGB value is (83,122,139). Sum of RGB (Red+Green+Blue) = 83+122+139=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #537A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537A8B is #AC8574. Grayscale: #707070. Windows color (decimal): -11306357 or 9140819. OLE color: 9140819.
HSL color Cylindrical-coordinate representation of color #537A8B: hue angle of 198.21º 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 #537A8B is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 122 | 139 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.45 |
| HSL | 198.21º | 0.25% | 0.44% | - |
| HSV(B) | 198.21º | 0.4% | 0.55% | - |
| XYZ | 15.19 | 17.62 | 27.03 | - |
| YUV | 112.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 139 | 0.40 | 0.12 | 0 | 0.45 | 198.21 | 0.25 | 0.44 |
| Hex | 53 | 7A | 8B | 28 | C | 0 | 2D | C6 | 19 | 2C |
| Octal | 123 | 172 | 213 | 50 | 14 | 0 | 55 | 306 | 31 | 54 |
| Binary | 1010011 | 1111010 | 10001011 | 101000 | 1100 | 0 | 101101 | 11000110 | 11001 | 101100 |
Color Harmonies of #537A8B
Complementary color
Monochromatic Colors of #537A8B
Black with #537A8B
Text Example
Text Example
White with #537A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A8B; }
p { color: rgb(83,122,139); }
H1.HeaderClassName
{
color: #537A8B;
}
.AnyTagClassName
{
color: #537A8B;
}
</style>
background-color css
<style>
a { background-color: #537A8B; }
a { background-color: rgb(83,122,139); }
div.DivClassName
{
background-color: #537A8B;
}
.BgClassName
{
background-color: #537A8B;
}
</style>
border-color css
<style>
span { border-color: #537A8B; }
span { border-color: rgb(83,122,139); }
td.TdClassName
{
border-color: #537A8B;
}
.TagClassName
{
border-color: #537A8B;
}
</style>