Shades of Como #53715D
Tints of Como #53715D
RGB
CMYK
RGB Variations
Color information
#53715D (or 0x53715D) is known color: Como. HEX triplet: 53, 71 and 5D. RGB value is (83,113,93). Sum of RGB (Red+Green+Blue) = 83+113+93=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #53715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53715D is #AC8EA2. Grayscale: #656565. Windows color (decimal): -11308707 or 6123859. OLE color: 6123859.
HSL color Cylindrical-coordinate representation of color #53715D: hue angle of 140º 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 #53715D is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 113 | 93 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.56 |
| HSL | 140º | 0.15% | 0.38% | - |
| HSV(B) | 140º | 0.27% | 0.44% | - |
| XYZ | 11.45 | 14.44 | 12.54 | - |
| YUV | 101.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 93 | 0.27 | 0 | 0.18 | 0.56 | 140 | 0.15 | 0.38 |
| Hex | 53 | 71 | 5D | 1B | 0 | 12 | 38 | 8C | F | 26 |
| Octal | 123 | 161 | 135 | 33 | 0 | 22 | 70 | 214 | 17 | 46 |
| Binary | 1010011 | 1110001 | 1011101 | 11011 | 0 | 10010 | 111000 | 10001100 | 1111 | 100110 |
Color Harmonies of #53715D
Complementary color
Monochromatic Colors of #53715D
Black with #53715D
Text Example
Text Example
White with #53715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53715D; }
p { color: rgb(83,113,93); }
H1.HeaderClassName
{
color: #53715D;
}
.AnyTagClassName
{
color: #53715D;
}
</style>
background-color css
<style>
a { background-color: #53715D; }
a { background-color: rgb(83,113,93); }
div.DivClassName
{
background-color: #53715D;
}
.BgClassName
{
background-color: #53715D;
}
</style>
border-color css
<style>
span { border-color: #53715D; }
span { border-color: rgb(83,113,93); }
td.TdClassName
{
border-color: #53715D;
}
.TagClassName
{
border-color: #53715D;
}
</style>