Shades of Como #537E5C
Tints of Como #537E5C
RGB
CMYK
RGB Variations
Color information
#537E5C (or 0x537E5C) is known color: Como. HEX triplet: 53, 7E and 5C. RGB value is (83,126,92). Sum of RGB (Red+Green+Blue) = 83+126+92=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #537E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E5C is #AC81A3. Grayscale: #6D6D6D. Windows color (decimal): -11305380 or 6061651. OLE color: 6061651.
HSL color Cylindrical-coordinate representation of color #537E5C: hue angle of 132.56º 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 #537E5C is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 126 | 92 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.51 |
| HSL | 132.56º | 0.21% | 0.41% | - |
| HSV(B) | 132.56º | 0.34% | 0.49% | - |
| XYZ | 12.96 | 17.53 | 12.83 | - |
| YUV | 109.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 92 | 0.34 | 0 | 0.27 | 0.51 | 132.56 | 0.21 | 0.41 |
| Hex | 53 | 7E | 5C | 22 | 0 | 1B | 33 | 85 | 15 | 29 |
| Octal | 123 | 176 | 134 | 42 | 0 | 33 | 63 | 205 | 25 | 51 |
| Binary | 1010011 | 1111110 | 1011100 | 100010 | 0 | 11011 | 110011 | 10000101 | 10101 | 101001 |
Color Harmonies of #537E5C
Complementary color
Monochromatic Colors of #537E5C
Black with #537E5C
Text Example
Text Example
White with #537E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537E5C; }
p { color: rgb(83,126,92); }
H1.HeaderClassName
{
color: #537E5C;
}
.AnyTagClassName
{
color: #537E5C;
}
</style>
background-color css
<style>
a { background-color: #537E5C; }
a { background-color: rgb(83,126,92); }
div.DivClassName
{
background-color: #537E5C;
}
.BgClassName
{
background-color: #537E5C;
}
</style>
border-color css
<style>
span { border-color: #537E5C; }
span { border-color: rgb(83,126,92); }
td.TdClassName
{
border-color: #537E5C;
}
.TagClassName
{
border-color: #537E5C;
}
</style>