Shades of Como #537B5C
Tints of Como #537B5C
RGB
CMYK
RGB Variations
Color information
#537B5C (or 0x537B5C) is known color: Como. HEX triplet: 53, 7B and 5C. RGB value is (83,123,92). Sum of RGB (Red+Green+Blue) = 83+123+92=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #537B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B5C is #AC84A3. Grayscale: #6B6B6B. Windows color (decimal): -11306148 or 6060883. OLE color: 6060883.
HSL color Cylindrical-coordinate representation of color #537B5C: hue angle of 133.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537B5C is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 123 | 92 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.52 |
| HSL | 133.5º | 0.19% | 0.4% | - |
| HSV(B) | 133.5º | 0.33% | 0.48% | - |
| XYZ | 12.58 | 16.78 | 12.7 | - |
| YUV | 107.51 | 119.25 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 92 | 0.33 | 0 | 0.25 | 0.52 | 133.5 | 0.19 | 0.4 |
| Hex | 53 | 7B | 5C | 21 | 0 | 19 | 34 | 86 | 13 | 28 |
| Octal | 123 | 173 | 134 | 41 | 0 | 31 | 64 | 206 | 23 | 50 |
| Binary | 1010011 | 1111011 | 1011100 | 100001 | 0 | 11001 | 110100 | 10000110 | 10011 | 101000 |
Color Harmonies of #537B5C
Complementary color
Monochromatic Colors of #537B5C
Black with #537B5C
Text Example
Text Example
White with #537B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537B5C; }
p { color: rgb(83,123,92); }
H1.HeaderClassName
{
color: #537B5C;
}
.AnyTagClassName
{
color: #537B5C;
}
</style>
background-color css
<style>
a { background-color: #537B5C; }
a { background-color: rgb(83,123,92); }
div.DivClassName
{
background-color: #537B5C;
}
.BgClassName
{
background-color: #537B5C;
}
</style>
border-color css
<style>
span { border-color: #537B5C; }
span { border-color: rgb(83,123,92); }
td.TdClassName
{
border-color: #537B5C;
}
.TagClassName
{
border-color: #537B5C;
}
</style>