Shades of Jelly Bean #537F8B
Tints of Jelly Bean #537F8B
RGB
CMYK
RGB Variations
Color information
#537F8B (or 0x537F8B) is known color: Jelly Bean. HEX triplet: 53, 7F and 8B. RGB value is (83,127,139). Sum of RGB (Red+Green+Blue) = 83+127+139=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #537F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F8B is #AC8074. Grayscale: #737373. Windows color (decimal): -11305077 or 9142099. OLE color: 9142099.
HSL color Cylindrical-coordinate representation of color #537F8B: hue angle of 192.86º 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 #537F8B is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 127 | 139 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.45 |
| HSL | 192.86º | 0.25% | 0.44% | - |
| HSV(B) | 192.86º | 0.4% | 0.55% | - |
| XYZ | 15.82 | 18.88 | 27.24 | - |
| YUV | 115.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 139 | 0.40 | 0.09 | 0 | 0.45 | 192.86 | 0.25 | 0.44 |
| Hex | 53 | 7F | 8B | 28 | 9 | 0 | 2D | C1 | 19 | 2C |
| Octal | 123 | 177 | 213 | 50 | 11 | 0 | 55 | 301 | 31 | 54 |
| Binary | 1010011 | 1111111 | 10001011 | 101000 | 1001 | 0 | 101101 | 11000001 | 11001 | 101100 |
Color Harmonies of #537F8B
Complementary color
Monochromatic Colors of #537F8B
Black with #537F8B
Text Example
Text Example
White with #537F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F8B; }
p { color: rgb(83,127,139); }
H1.HeaderClassName
{
color: #537F8B;
}
.AnyTagClassName
{
color: #537F8B;
}
</style>
background-color css
<style>
a { background-color: #537F8B; }
a { background-color: rgb(83,127,139); }
div.DivClassName
{
background-color: #537F8B;
}
.BgClassName
{
background-color: #537F8B;
}
</style>
border-color css
<style>
span { border-color: #537F8B; }
span { border-color: rgb(83,127,139); }
td.TdClassName
{
border-color: #537F8B;
}
.TagClassName
{
border-color: #537F8B;
}
</style>