Shades of Como #53745F
Tints of Como #53745F
RGB
CMYK
RGB Variations
Color information
#53745F (or 0x53745F) is known color: Como. HEX triplet: 53, 74 and 5F. RGB value is (83,116,95). Sum of RGB (Red+Green+Blue) = 83+116+95=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #53745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53745F is #AC8BA0. Grayscale: #676767. Windows color (decimal): -11307937 or 6255699. OLE color: 6255699.
HSL color Cylindrical-coordinate representation of color #53745F: hue angle of 141.82º degrees, saturation: 0.17, 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 #53745F is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 116 | 95 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.55 |
| HSL | 141.82º | 0.17% | 0.39% | - |
| HSV(B) | 141.82º | 0.28% | 0.45% | - |
| XYZ | 11.88 | 15.16 | 13.13 | - |
| YUV | 103.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 95 | 0.28 | 0 | 0.18 | 0.55 | 141.82 | 0.17 | 0.39 |
| Hex | 53 | 74 | 5F | 1C | 0 | 12 | 37 | 8E | 11 | 27 |
| Octal | 123 | 164 | 137 | 34 | 0 | 22 | 67 | 216 | 21 | 47 |
| Binary | 1010011 | 1110100 | 1011111 | 11100 | 0 | 10010 | 110111 | 10001110 | 10001 | 100111 |
Color Harmonies of #53745F
Complementary color
Monochromatic Colors of #53745F
Black with #53745F
Text Example
Text Example
White with #53745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53745F; }
p { color: rgb(83,116,95); }
H1.HeaderClassName
{
color: #53745F;
}
.AnyTagClassName
{
color: #53745F;
}
</style>
background-color css
<style>
a { background-color: #53745F; }
a { background-color: rgb(83,116,95); }
div.DivClassName
{
background-color: #53745F;
}
.BgClassName
{
background-color: #53745F;
}
</style>
border-color css
<style>
span { border-color: #53745F; }
span { border-color: rgb(83,116,95); }
td.TdClassName
{
border-color: #53745F;
}
.TagClassName
{
border-color: #53745F;
}
</style>