Shades of Como #537F65
Tints of Como #537F65
RGB
CMYK
RGB Variations
Color information
#537F65 (or 0x537F65) is known color: Como. HEX triplet: 53, 7F and 65. RGB value is (83,127,101). Sum of RGB (Red+Green+Blue) = 83+127+101=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 127 - color contains mainly: green. Hex color #537F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F65 is #AC809A. Grayscale: #6E6E6E. Windows color (decimal): -11305115 or 6651731. OLE color: 6651731.
HSL color Cylindrical-coordinate representation of color #537F65: hue angle of 144.55º 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 #537F65 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 127 | 101 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.50 |
| HSL | 144.55º | 0.21% | 0.41% | - |
| HSV(B) | 144.55º | 0.35% | 0.5% | - |
| XYZ | 13.51 | 17.96 | 15.07 | - |
| YUV | 110.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 101 | 0.35 | 0 | 0.20 | 0.50 | 144.55 | 0.21 | 0.41 |
| Hex | 53 | 7F | 65 | 23 | 0 | 14 | 32 | 91 | 15 | 29 |
| Octal | 123 | 177 | 145 | 43 | 0 | 24 | 62 | 221 | 25 | 51 |
| Binary | 1010011 | 1111111 | 1100101 | 100011 | 0 | 10100 | 110010 | 10010001 | 10101 | 101001 |
Color Harmonies of #537F65
Complementary color
Monochromatic Colors of #537F65
Black with #537F65
Text Example
Text Example
White with #537F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F65; }
p { color: rgb(83,127,101); }
H1.HeaderClassName
{
color: #537F65;
}
.AnyTagClassName
{
color: #537F65;
}
</style>
background-color css
<style>
a { background-color: #537F65; }
a { background-color: rgb(83,127,101); }
div.DivClassName
{
background-color: #537F65;
}
.BgClassName
{
background-color: #537F65;
}
</style>
border-color css
<style>
span { border-color: #537F65; }
span { border-color: rgb(83,127,101); }
td.TdClassName
{
border-color: #537F65;
}
.TagClassName
{
border-color: #537F65;
}
</style>