Shades of Como #537F5B
Tints of Como #537F5B
RGB
CMYK
RGB Variations
Color information
#537F5B (or 0x537F5B) is known color: Como. HEX triplet: 53, 7F and 5B. RGB value is (83,127,91). Sum of RGB (Red+Green+Blue) = 83+127+91=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #537F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F5B is #AC80A4. Grayscale: #6D6D6D. Windows color (decimal): -11305125 or 5996371. OLE color: 5996371.
HSL color Cylindrical-coordinate representation of color #537F5B: hue angle of 130.91º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537F5B is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 127 | 91 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.50 |
| HSL | 130.91º | 0.21% | 0.41% | - |
| HSV(B) | 130.91º | 0.35% | 0.5% | - |
| XYZ | 13.04 | 17.77 | 12.64 | - |
| YUV | 109.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 91 | 0.35 | 0 | 0.28 | 0.50 | 130.91 | 0.21 | 0.41 |
| Hex | 53 | 7F | 5B | 23 | 0 | 1C | 32 | 83 | 15 | 29 |
| Octal | 123 | 177 | 133 | 43 | 0 | 34 | 62 | 203 | 25 | 51 |
| Binary | 1010011 | 1111111 | 1011011 | 100011 | 0 | 11100 | 110010 | 10000011 | 10101 | 101001 |
Color Harmonies of #537F5B
Complementary color
Monochromatic Colors of #537F5B
Black with #537F5B
Text Example
Text Example
White with #537F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F5B; }
p { color: rgb(83,127,91); }
H1.HeaderClassName
{
color: #537F5B;
}
.AnyTagClassName
{
color: #537F5B;
}
</style>
background-color css
<style>
a { background-color: #537F5B; }
a { background-color: rgb(83,127,91); }
div.DivClassName
{
background-color: #537F5B;
}
.BgClassName
{
background-color: #537F5B;
}
</style>
border-color css
<style>
span { border-color: #537F5B; }
span { border-color: rgb(83,127,91); }
td.TdClassName
{
border-color: #537F5B;
}
.TagClassName
{
border-color: #537F5B;
}
</style>