Shades of Como #537F62
Tints of Como #537F62
RGB
CMYK
RGB Variations
Color information
#537F62 (or 0x537F62) is known color: Como. HEX triplet: 53, 7F and 62. RGB value is (83,127,98). Sum of RGB (Red+Green+Blue) = 83+127+98=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #537F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F62 is #AC809D. Grayscale: #6E6E6E. Windows color (decimal): -11305118 or 6455123. OLE color: 6455123.
HSL color Cylindrical-coordinate representation of color #537F62: hue angle of 140.45º 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 #537F62 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 127 | 98 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.50 |
| HSL | 140.45º | 0.21% | 0.41% | - |
| HSV(B) | 140.45º | 0.35% | 0.5% | - |
| XYZ | 13.36 | 17.9 | 14.31 | - |
| YUV | 110.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 98 | 0.35 | 0 | 0.23 | 0.50 | 140.45 | 0.21 | 0.41 |
| Hex | 53 | 7F | 62 | 23 | 0 | 17 | 32 | 8C | 15 | 29 |
| Octal | 123 | 177 | 142 | 43 | 0 | 27 | 62 | 214 | 25 | 51 |
| Binary | 1010011 | 1111111 | 1100010 | 100011 | 0 | 10111 | 110010 | 10001100 | 10101 | 101001 |
Color Harmonies of #537F62
Complementary color
Monochromatic Colors of #537F62
Black with #537F62
Text Example
Text Example
White with #537F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F62; }
p { color: rgb(83,127,98); }
H1.HeaderClassName
{
color: #537F62;
}
.AnyTagClassName
{
color: #537F62;
}
</style>
background-color css
<style>
a { background-color: #537F62; }
a { background-color: rgb(83,127,98); }
div.DivClassName
{
background-color: #537F62;
}
.BgClassName
{
background-color: #537F62;
}
</style>
border-color css
<style>
span { border-color: #537F62; }
span { border-color: rgb(83,127,98); }
td.TdClassName
{
border-color: #537F62;
}
.TagClassName
{
border-color: #537F62;
}
</style>