Shades of Como #537B66
Tints of Como #537B66
RGB
CMYK
RGB Variations
Color information
#537B66 (or 0x537B66) is known color: Como. HEX triplet: 53, 7B and 66. RGB value is (83,123,102). Sum of RGB (Red+Green+Blue) = 83+123+102=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #537B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B66 is #AC8499. Grayscale: #6C6C6C. Windows color (decimal): -11306138 or 6716243. OLE color: 6716243.
HSL color Cylindrical-coordinate representation of color #537B66: hue angle of 148.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 #537B66 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 123 | 102 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.52 |
| HSL | 148.5º | 0.19% | 0.4% | - |
| HSV(B) | 148.5º | 0.33% | 0.48% | - |
| XYZ | 13.05 | 16.96 | 15.16 | - |
| YUV | 108.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 102 | 0.33 | 0 | 0.17 | 0.52 | 148.5 | 0.19 | 0.4 |
| Hex | 53 | 7B | 66 | 21 | 0 | 11 | 34 | 94 | 13 | 28 |
| Octal | 123 | 173 | 146 | 41 | 0 | 21 | 64 | 224 | 23 | 50 |
| Binary | 1010011 | 1111011 | 1100110 | 100001 | 0 | 10001 | 110100 | 10010100 | 10011 | 101000 |
Color Harmonies of #537B66
Complementary color
Monochromatic Colors of #537B66
Black with #537B66
Text Example
Text Example
White with #537B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537B66; }
p { color: rgb(83,123,102); }
H1.HeaderClassName
{
color: #537B66;
}
.AnyTagClassName
{
color: #537B66;
}
</style>
background-color css
<style>
a { background-color: #537B66; }
a { background-color: rgb(83,123,102); }
div.DivClassName
{
background-color: #537B66;
}
.BgClassName
{
background-color: #537B66;
}
</style>
border-color css
<style>
span { border-color: #537B66; }
span { border-color: rgb(83,123,102); }
td.TdClassName
{
border-color: #537B66;
}
.TagClassName
{
border-color: #537B66;
}
</style>