Shades of Como #537C5B
Tints of Como #537C5B
RGB
CMYK
RGB Variations
Color information
#537C5B (or 0x537C5B) is known color: Como. HEX triplet: 53, 7C and 5B. RGB value is (83,124,91). Sum of RGB (Red+Green+Blue) = 83+124+91=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #537C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C5B is #AC83A4. Grayscale: #6C6C6C. Windows color (decimal): -11305893 or 5995603. OLE color: 5995603.
HSL color Cylindrical-coordinate representation of color #537C5B: hue angle of 131.71º 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 #537C5B is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 91 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.51 |
| HSL | 131.71º | 0.2% | 0.41% | - |
| HSV(B) | 131.71º | 0.33% | 0.49% | - |
| XYZ | 12.66 | 17.01 | 12.51 | - |
| YUV | 107.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 91 | 0.33 | 0 | 0.27 | 0.51 | 131.71 | 0.2 | 0.41 |
| Hex | 53 | 7C | 5B | 21 | 0 | 1B | 33 | 84 | 14 | 29 |
| Octal | 123 | 174 | 133 | 41 | 0 | 33 | 63 | 204 | 24 | 51 |
| Binary | 1010011 | 1111100 | 1011011 | 100001 | 0 | 11011 | 110011 | 10000100 | 10100 | 101001 |
Color Harmonies of #537C5B
Complementary color
Monochromatic Colors of #537C5B
Black with #537C5B
Text Example
Text Example
White with #537C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C5B; }
p { color: rgb(83,124,91); }
H1.HeaderClassName
{
color: #537C5B;
}
.AnyTagClassName
{
color: #537C5B;
}
</style>
background-color css
<style>
a { background-color: #537C5B; }
a { background-color: rgb(83,124,91); }
div.DivClassName
{
background-color: #537C5B;
}
.BgClassName
{
background-color: #537C5B;
}
</style>
border-color css
<style>
span { border-color: #537C5B; }
span { border-color: rgb(83,124,91); }
td.TdClassName
{
border-color: #537C5B;
}
.TagClassName
{
border-color: #537C5B;
}
</style>