Shades of Jelly Bean #537F90
Tints of Jelly Bean #537F90
RGB
CMYK
RGB Variations
Color information
#537F90 (or 0x537F90) is known color: Jelly Bean. HEX triplet: 53, 7F and 90. RGB value is (83,127,144). Sum of RGB (Red+Green+Blue) = 83+127+144=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #537F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F90 is #AC806F. Grayscale: #737373. Windows color (decimal): -11305072 or 9469779. OLE color: 9469779.
HSL color Cylindrical-coordinate representation of color #537F90: hue angle of 196.72º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #537F90 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 127 | 144 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.44 |
| HSL | 196.72º | 0.27% | 0.45% | - |
| HSV(B) | 196.72º | 0.42% | 0.56% | - |
| XYZ | 16.19 | 19.03 | 29.21 | - |
| YUV | 115.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 144 | 0.42 | 0.12 | 0 | 0.44 | 196.72 | 0.27 | 0.45 |
| Hex | 53 | 7F | 90 | 2A | C | 0 | 2C | C5 | 1B | 2D |
| Octal | 123 | 177 | 220 | 52 | 14 | 0 | 54 | 305 | 33 | 55 |
| Binary | 1010011 | 1111111 | 10010000 | 101010 | 1100 | 0 | 101100 | 11000101 | 11011 | 101101 |
Color Harmonies of #537F90
Complementary color
Monochromatic Colors of #537F90
Black with #537F90
Text Example
Text Example
White with #537F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F90; }
p { color: rgb(83,127,144); }
H1.HeaderClassName
{
color: #537F90;
}
.AnyTagClassName
{
color: #537F90;
}
</style>
background-color css
<style>
a { background-color: #537F90; }
a { background-color: rgb(83,127,144); }
div.DivClassName
{
background-color: #537F90;
}
.BgClassName
{
background-color: #537F90;
}
</style>
border-color css
<style>
span { border-color: #537F90; }
span { border-color: rgb(83,127,144); }
td.TdClassName
{
border-color: #537F90;
}
.TagClassName
{
border-color: #537F90;
}
</style>