Shades of Jelly Bean #537B8F
Tints of Jelly Bean #537B8F
RGB
CMYK
RGB Variations
Color information
#537B8F (or 0x537B8F) is known color: Jelly Bean. HEX triplet: 53, 7B and 8F. RGB value is (83,123,143). Sum of RGB (Red+Green+Blue) = 83+123+143=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 143 - color contains mainly: blue. Hex color #537B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B8F is #AC8470. Grayscale: #717171. Windows color (decimal): -11306097 or 9403219. OLE color: 9403219.
HSL color Cylindrical-coordinate representation of color #537B8F: hue angle of 200º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #537B8F is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 123 | 143 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.44 |
| HSL | 200º | 0.27% | 0.44% | - |
| HSV(B) | 200º | 0.42% | 0.56% | - |
| XYZ | 15.61 | 17.99 | 28.64 | - |
| YUV | 113.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 143 | 0.42 | 0.14 | 0 | 0.44 | 200 | 0.27 | 0.44 |
| Hex | 53 | 7B | 8F | 2A | E | 0 | 2C | C8 | 1B | 2C |
| Octal | 123 | 173 | 217 | 52 | 16 | 0 | 54 | 310 | 33 | 54 |
| Binary | 1010011 | 1111011 | 10001111 | 101010 | 1110 | 0 | 101100 | 11001000 | 11011 | 101100 |
Color Harmonies of #537B8F
Complementary color
Monochromatic Colors of #537B8F
Black with #537B8F
Text Example
Text Example
White with #537B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537B8F; }
p { color: rgb(83,123,143); }
H1.HeaderClassName
{
color: #537B8F;
}
.AnyTagClassName
{
color: #537B8F;
}
</style>
background-color css
<style>
a { background-color: #537B8F; }
a { background-color: rgb(83,123,143); }
div.DivClassName
{
background-color: #537B8F;
}
.BgClassName
{
background-color: #537B8F;
}
</style>
border-color css
<style>
span { border-color: #537B8F; }
span { border-color: rgb(83,123,143); }
td.TdClassName
{
border-color: #537B8F;
}
.TagClassName
{
border-color: #537B8F;
}
</style>