Shades of Como #53735B
Tints of Como #53735B
RGB
CMYK
RGB Variations
Color information
#53735B (or 0x53735B) is known color: Como. HEX triplet: 53, 73 and 5B. RGB value is (83,115,91). Sum of RGB (Red+Green+Blue) = 83+115+91=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #53735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53735B is #AC8CA4. Grayscale: #666666. Windows color (decimal): -11308197 or 5993299. OLE color: 5993299.
HSL color Cylindrical-coordinate representation of color #53735B: hue angle of 135º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53735B is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 115 | 91 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.55 |
| HSL | 135º | 0.16% | 0.39% | - |
| HSV(B) | 135º | 0.28% | 0.45% | - |
| XYZ | 11.59 | 14.86 | 12.15 | - |
| YUV | 102.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 91 | 0.28 | 0 | 0.21 | 0.55 | 135 | 0.16 | 0.39 |
| Hex | 53 | 73 | 5B | 1C | 0 | 15 | 37 | 87 | 10 | 27 |
| Octal | 123 | 163 | 133 | 34 | 0 | 25 | 67 | 207 | 20 | 47 |
| Binary | 1010011 | 1110011 | 1011011 | 11100 | 0 | 10101 | 110111 | 10000111 | 10000 | 100111 |
Color Harmonies of #53735B
Complementary color
Monochromatic Colors of #53735B
Black with #53735B
Text Example
Text Example
White with #53735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53735B; }
p { color: rgb(83,115,91); }
H1.HeaderClassName
{
color: #53735B;
}
.AnyTagClassName
{
color: #53735B;
}
</style>
background-color css
<style>
a { background-color: #53735B; }
a { background-color: rgb(83,115,91); }
div.DivClassName
{
background-color: #53735B;
}
.BgClassName
{
background-color: #53735B;
}
</style>
border-color css
<style>
span { border-color: #53735B; }
span { border-color: rgb(83,115,91); }
td.TdClassName
{
border-color: #53735B;
}
.TagClassName
{
border-color: #53735B;
}
</style>