Shades of Como #537A60
Tints of Como #537A60
RGB
CMYK
RGB Variations
Color information
#537A60 (or 0x537A60) is known color: Como. HEX triplet: 53, 7A and 60. RGB value is (83,122,96). Sum of RGB (Red+Green+Blue) = 83+122+96=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #537A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A60 is #AC859F. Grayscale: #6B6B6B. Windows color (decimal): -11306400 or 6322771. OLE color: 6322771.
HSL color Cylindrical-coordinate representation of color #537A60: hue angle of 140º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A60 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 96 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.52 |
| HSL | 140º | 0.19% | 0.4% | - |
| HSV(B) | 140º | 0.32% | 0.48% | - |
| XYZ | 12.64 | 16.6 | 13.6 | - |
| YUV | 107.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 96 | 0.32 | 0 | 0.21 | 0.52 | 140 | 0.19 | 0.4 |
| Hex | 53 | 7A | 60 | 20 | 0 | 15 | 34 | 8C | 13 | 28 |
| Octal | 123 | 172 | 140 | 40 | 0 | 25 | 64 | 214 | 23 | 50 |
| Binary | 1010011 | 1111010 | 1100000 | 100000 | 0 | 10101 | 110100 | 10001100 | 10011 | 101000 |
Color Harmonies of #537A60
Complementary color
Monochromatic Colors of #537A60
Black with #537A60
Text Example
Text Example
White with #537A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A60; }
p { color: rgb(83,122,96); }
H1.HeaderClassName
{
color: #537A60;
}
.AnyTagClassName
{
color: #537A60;
}
</style>
background-color css
<style>
a { background-color: #537A60; }
a { background-color: rgb(83,122,96); }
div.DivClassName
{
background-color: #537A60;
}
.BgClassName
{
background-color: #537A60;
}
</style>
border-color css
<style>
span { border-color: #537A60; }
span { border-color: rgb(83,122,96); }
td.TdClassName
{
border-color: #537A60;
}
.TagClassName
{
border-color: #537A60;
}
</style>