Shades of Como #537A66
Tints of Como #537A66
RGB
CMYK
RGB Variations
Color information
#537A66 (or 0x537A66) is known color: Como. HEX triplet: 53, 7A and 66. RGB value is (83,122,102). Sum of RGB (Red+Green+Blue) = 83+122+102=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #537A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A66 is #AC8599. Grayscale: #6C6C6C. Windows color (decimal): -11306394 or 6715987. OLE color: 6715987.
HSL color Cylindrical-coordinate representation of color #537A66: hue angle of 149.23º 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 #537A66 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 102 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.52 |
| HSL | 149.23º | 0.19% | 0.4% | - |
| HSV(B) | 149.23º | 0.32% | 0.48% | - |
| XYZ | 12.93 | 16.72 | 15.12 | - |
| YUV | 108.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 102 | 0.32 | 0 | 0.16 | 0.52 | 149.23 | 0.19 | 0.4 |
| Hex | 53 | 7A | 66 | 20 | 0 | 10 | 34 | 95 | 13 | 28 |
| Octal | 123 | 172 | 146 | 40 | 0 | 20 | 64 | 225 | 23 | 50 |
| Binary | 1010011 | 1111010 | 1100110 | 100000 | 0 | 10000 | 110100 | 10010101 | 10011 | 101000 |
Color Harmonies of #537A66
Complementary color
Monochromatic Colors of #537A66
Black with #537A66
Text Example
Text Example
White with #537A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A66; }
p { color: rgb(83,122,102); }
H1.HeaderClassName
{
color: #537A66;
}
.AnyTagClassName
{
color: #537A66;
}
</style>
background-color css
<style>
a { background-color: #537A66; }
a { background-color: rgb(83,122,102); }
div.DivClassName
{
background-color: #537A66;
}
.BgClassName
{
background-color: #537A66;
}
</style>
border-color css
<style>
span { border-color: #537A66; }
span { border-color: rgb(83,122,102); }
td.TdClassName
{
border-color: #537A66;
}
.TagClassName
{
border-color: #537A66;
}
</style>