Shades of Como #537C67
Tints of Como #537C67
RGB
CMYK
RGB Variations
Color information
#537C67 (or 0x537C67) is known color: Como. HEX triplet: 53, 7C and 67. RGB value is (83,124,103). Sum of RGB (Red+Green+Blue) = 83+124+103=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #537C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C67 is #AC8398. Grayscale: #6D6D6D. Windows color (decimal): -11305881 or 6782035. OLE color: 6782035.
HSL color Cylindrical-coordinate representation of color #537C67: hue angle of 149.27º 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 #537C67 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 103 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.51 |
| HSL | 149.27º | 0.2% | 0.41% | - |
| HSV(B) | 149.27º | 0.33% | 0.49% | - |
| XYZ | 13.22 | 17.23 | 15.46 | - |
| YUV | 109.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 103 | 0.33 | 0 | 0.17 | 0.51 | 149.27 | 0.2 | 0.41 |
| Hex | 53 | 7C | 67 | 21 | 0 | 11 | 33 | 95 | 14 | 29 |
| Octal | 123 | 174 | 147 | 41 | 0 | 21 | 63 | 225 | 24 | 51 |
| Binary | 1010011 | 1111100 | 1100111 | 100001 | 0 | 10001 | 110011 | 10010101 | 10100 | 101001 |
Color Harmonies of #537C67
Complementary color
Monochromatic Colors of #537C67
Black with #537C67
Text Example
Text Example
White with #537C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C67; }
p { color: rgb(83,124,103); }
H1.HeaderClassName
{
color: #537C67;
}
.AnyTagClassName
{
color: #537C67;
}
</style>
background-color css
<style>
a { background-color: #537C67; }
a { background-color: rgb(83,124,103); }
div.DivClassName
{
background-color: #537C67;
}
.BgClassName
{
background-color: #537C67;
}
</style>
border-color css
<style>
span { border-color: #537C67; }
span { border-color: rgb(83,124,103); }
td.TdClassName
{
border-color: #537C67;
}
.TagClassName
{
border-color: #537C67;
}
</style>