Shades of Como #53715C
Tints of Como #53715C
RGB
CMYK
RGB Variations
Color information
#53715C (or 0x53715C) is known color: Como. HEX triplet: 53, 71 and 5C. RGB value is (83,113,92). Sum of RGB (Red+Green+Blue) = 83+113+92=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #53715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53715C is #AC8EA3. Grayscale: #656565. Windows color (decimal): -11308708 or 6058323. OLE color: 6058323.
HSL color Cylindrical-coordinate representation of color #53715C: hue angle of 138º 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 #53715C is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 113 | 92 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.56 |
| HSL | 138º | 0.15% | 0.38% | - |
| HSV(B) | 138º | 0.27% | 0.44% | - |
| XYZ | 11.4 | 14.42 | 12.31 | - |
| YUV | 101.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 92 | 0.27 | 0 | 0.19 | 0.56 | 138 | 0.15 | 0.38 |
| Hex | 53 | 71 | 5C | 1B | 0 | 13 | 38 | 8A | F | 26 |
| Octal | 123 | 161 | 134 | 33 | 0 | 23 | 70 | 212 | 17 | 46 |
| Binary | 1010011 | 1110001 | 1011100 | 11011 | 0 | 10011 | 111000 | 10001010 | 1111 | 100110 |
Color Harmonies of #53715C
Complementary color
Monochromatic Colors of #53715C
Black with #53715C
Text Example
Text Example
White with #53715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53715C; }
p { color: rgb(83,113,92); }
H1.HeaderClassName
{
color: #53715C;
}
.AnyTagClassName
{
color: #53715C;
}
</style>
background-color css
<style>
a { background-color: #53715C; }
a { background-color: rgb(83,113,92); }
div.DivClassName
{
background-color: #53715C;
}
.BgClassName
{
background-color: #53715C;
}
</style>
border-color css
<style>
span { border-color: #53715C; }
span { border-color: rgb(83,113,92); }
td.TdClassName
{
border-color: #53715C;
}
.TagClassName
{
border-color: #53715C;
}
</style>