Shades of Como #537E65
Tints of Como #537E65
RGB
CMYK
RGB Variations
Color information
#537E65 (or 0x537E65) is known color: Como. HEX triplet: 53, 7E and 65. RGB value is (83,126,101). Sum of RGB (Red+Green+Blue) = 83+126+101=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 126 - color contains mainly: green. Hex color #537E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E65 is #AC819A. Grayscale: #6E6E6E. Windows color (decimal): -11305371 or 6651475. OLE color: 6651475.
HSL color Cylindrical-coordinate representation of color #537E65: hue angle of 145.12º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #537E65 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 126 | 101 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.51 |
| HSL | 145.12º | 0.21% | 0.41% | - |
| HSV(B) | 145.12º | 0.34% | 0.49% | - |
| XYZ | 13.38 | 17.7 | 15.02 | - |
| YUV | 110.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 101 | 0.34 | 0 | 0.20 | 0.51 | 145.12 | 0.21 | 0.41 |
| Hex | 53 | 7E | 65 | 22 | 0 | 14 | 33 | 91 | 15 | 29 |
| Octal | 123 | 176 | 145 | 42 | 0 | 24 | 63 | 221 | 25 | 51 |
| Binary | 1010011 | 1111110 | 1100101 | 100010 | 0 | 10100 | 110011 | 10010001 | 10101 | 101001 |
Color Harmonies of #537E65
Complementary color
Monochromatic Colors of #537E65
Black with #537E65
Text Example
Text Example
White with #537E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537E65; }
p { color: rgb(83,126,101); }
H1.HeaderClassName
{
color: #537E65;
}
.AnyTagClassName
{
color: #537E65;
}
</style>
background-color css
<style>
a { background-color: #537E65; }
a { background-color: rgb(83,126,101); }
div.DivClassName
{
background-color: #537E65;
}
.BgClassName
{
background-color: #537E65;
}
</style>
border-color css
<style>
span { border-color: #537E65; }
span { border-color: rgb(83,126,101); }
td.TdClassName
{
border-color: #537E65;
}
.TagClassName
{
border-color: #537E65;
}
</style>