Shades of Como #537C5C
Tints of Como #537C5C
RGB
CMYK
RGB Variations
Color information
#537C5C (or 0x537C5C) is known color: Como. HEX triplet: 53, 7C and 5C. RGB value is (83,124,92). Sum of RGB (Red+Green+Blue) = 83+124+92=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #537C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C5C is #AC83A3. Grayscale: #6C6C6C. Windows color (decimal): -11305892 or 6061139. OLE color: 6061139.
HSL color Cylindrical-coordinate representation of color #537C5C: hue angle of 133.17º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537C5C is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 92 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.51 |
| HSL | 133.17º | 0.2% | 0.41% | - |
| HSV(B) | 133.17º | 0.33% | 0.49% | - |
| XYZ | 12.71 | 17.03 | 12.74 | - |
| YUV | 108.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 92 | 0.33 | 0 | 0.26 | 0.51 | 133.17 | 0.2 | 0.41 |
| Hex | 53 | 7C | 5C | 21 | 0 | 1A | 33 | 85 | 14 | 29 |
| Octal | 123 | 174 | 134 | 41 | 0 | 32 | 63 | 205 | 24 | 51 |
| Binary | 1010011 | 1111100 | 1011100 | 100001 | 0 | 11010 | 110011 | 10000101 | 10100 | 101001 |
Color Harmonies of #537C5C
Complementary color
Monochromatic Colors of #537C5C
Black with #537C5C
Text Example
Text Example
White with #537C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C5C; }
p { color: rgb(83,124,92); }
H1.HeaderClassName
{
color: #537C5C;
}
.AnyTagClassName
{
color: #537C5C;
}
</style>
background-color css
<style>
a { background-color: #537C5C; }
a { background-color: rgb(83,124,92); }
div.DivClassName
{
background-color: #537C5C;
}
.BgClassName
{
background-color: #537C5C;
}
</style>
border-color css
<style>
span { border-color: #537C5C; }
span { border-color: rgb(83,124,92); }
td.TdClassName
{
border-color: #537C5C;
}
.TagClassName
{
border-color: #537C5C;
}
</style>