Shades of Como #53715E
Tints of Como #53715E
RGB
CMYK
RGB Variations
Color information
#53715E (or 0x53715E) is known color: Como. HEX triplet: 53, 71 and 5E. RGB value is (83,113,94). Sum of RGB (Red+Green+Blue) = 83+113+94=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #53715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53715E is #AC8EA1. Grayscale: #656565. Windows color (decimal): -11308706 or 6189395. OLE color: 6189395.
HSL color Cylindrical-coordinate representation of color #53715E: hue angle of 142º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53715E is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 113 | 94 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.56 |
| HSL | 142º | 0.15% | 0.38% | - |
| HSV(B) | 142º | 0.27% | 0.44% | - |
| XYZ | 11.49 | 14.46 | 12.77 | - |
| YUV | 101.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 94 | 0.27 | 0 | 0.17 | 0.56 | 142 | 0.15 | 0.38 |
| Hex | 53 | 71 | 5E | 1B | 0 | 11 | 38 | 8E | F | 26 |
| Octal | 123 | 161 | 136 | 33 | 0 | 21 | 70 | 216 | 17 | 46 |
| Binary | 1010011 | 1110001 | 1011110 | 11011 | 0 | 10001 | 111000 | 10001110 | 1111 | 100110 |
Color Harmonies of #53715E
Complementary color
Monochromatic Colors of #53715E
Black with #53715E
Text Example
Text Example
White with #53715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53715E; }
p { color: rgb(83,113,94); }
H1.HeaderClassName
{
color: #53715E;
}
.AnyTagClassName
{
color: #53715E;
}
</style>
background-color css
<style>
a { background-color: #53715E; }
a { background-color: rgb(83,113,94); }
div.DivClassName
{
background-color: #53715E;
}
.BgClassName
{
background-color: #53715E;
}
</style>
border-color css
<style>
span { border-color: #53715E; }
span { border-color: rgb(83,113,94); }
td.TdClassName
{
border-color: #53715E;
}
.TagClassName
{
border-color: #53715E;
}
</style>