Shades of Como #537A5B
Tints of Como #537A5B
RGB
CMYK
RGB Variations
Color information
#537A5B (or 0x537A5B) is known color: Como. HEX triplet: 53, 7A and 5B. RGB value is (83,122,91). Sum of RGB (Red+Green+Blue) = 83+122+91=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #537A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A5B is #AC85A4. Grayscale: #6A6A6A. Windows color (decimal): -11306405 or 5995091. OLE color: 5995091.
HSL color Cylindrical-coordinate representation of color #537A5B: hue angle of 132.31º 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 #537A5B is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 91 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.52 |
| HSL | 132.31º | 0.19% | 0.4% | - |
| HSV(B) | 132.31º | 0.32% | 0.48% | - |
| XYZ | 12.42 | 16.51 | 12.43 | - |
| YUV | 106.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 91 | 0.32 | 0 | 0.25 | 0.52 | 132.31 | 0.19 | 0.4 |
| Hex | 53 | 7A | 5B | 20 | 0 | 19 | 34 | 84 | 13 | 28 |
| Octal | 123 | 172 | 133 | 40 | 0 | 31 | 64 | 204 | 23 | 50 |
| Binary | 1010011 | 1111010 | 1011011 | 100000 | 0 | 11001 | 110100 | 10000100 | 10011 | 101000 |
Color Harmonies of #537A5B
Complementary color
Monochromatic Colors of #537A5B
Black with #537A5B
Text Example
Text Example
White with #537A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A5B; }
p { color: rgb(83,122,91); }
H1.HeaderClassName
{
color: #537A5B;
}
.AnyTagClassName
{
color: #537A5B;
}
</style>
background-color css
<style>
a { background-color: #537A5B; }
a { background-color: rgb(83,122,91); }
div.DivClassName
{
background-color: #537A5B;
}
.BgClassName
{
background-color: #537A5B;
}
</style>
border-color css
<style>
span { border-color: #537A5B; }
span { border-color: rgb(83,122,91); }
td.TdClassName
{
border-color: #537A5B;
}
.TagClassName
{
border-color: #537A5B;
}
</style>