Shades of Como #537A64
Tints of Como #537A64
RGB
CMYK
RGB Variations
Color information
#537A64 (or 0x537A64) is known color: Como. HEX triplet: 53, 7A and 64. RGB value is (83,122,100). Sum of RGB (Red+Green+Blue) = 83+122+100=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #537A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A64 is #AC859B. Grayscale: #6B6B6B. Windows color (decimal): -11306396 or 6584915. OLE color: 6584915.
HSL color Cylindrical-coordinate representation of color #537A64: hue angle of 146.15º 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 #537A64 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 100 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.52 |
| HSL | 146.15º | 0.19% | 0.4% | - |
| HSV(B) | 146.15º | 0.32% | 0.48% | - |
| XYZ | 12.83 | 16.68 | 14.6 | - |
| YUV | 107.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 100 | 0.32 | 0 | 0.18 | 0.52 | 146.15 | 0.19 | 0.4 |
| Hex | 53 | 7A | 64 | 20 | 0 | 12 | 34 | 92 | 13 | 28 |
| Octal | 123 | 172 | 144 | 40 | 0 | 22 | 64 | 222 | 23 | 50 |
| Binary | 1010011 | 1111010 | 1100100 | 100000 | 0 | 10010 | 110100 | 10010010 | 10011 | 101000 |
Color Harmonies of #537A64
Complementary color
Monochromatic Colors of #537A64
Black with #537A64
Text Example
Text Example
White with #537A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A64; }
p { color: rgb(83,122,100); }
H1.HeaderClassName
{
color: #537A64;
}
.AnyTagClassName
{
color: #537A64;
}
</style>
background-color css
<style>
a { background-color: #537A64; }
a { background-color: rgb(83,122,100); }
div.DivClassName
{
background-color: #537A64;
}
.BgClassName
{
background-color: #537A64;
}
</style>
border-color css
<style>
span { border-color: #537A64; }
span { border-color: rgb(83,122,100); }
td.TdClassName
{
border-color: #537A64;
}
.TagClassName
{
border-color: #537A64;
}
</style>