Shades of Como #53715F
Tints of Como #53715F
RGB
CMYK
RGB Variations
Color information
#53715F (or 0x53715F) is known color: Como. HEX triplet: 53, 71 and 5F. RGB value is (83,113,95). Sum of RGB (Red+Green+Blue) = 83+113+95=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #53715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53715F is #AC8EA0. Grayscale: #666666. Windows color (decimal): -11308705 or 6254931. OLE color: 6254931.
HSL color Cylindrical-coordinate representation of color #53715F: hue angle of 144º 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 #53715F is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 113 | 95 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.56 |
| HSL | 144º | 0.15% | 0.38% | - |
| HSV(B) | 144º | 0.27% | 0.44% | - |
| XYZ | 11.54 | 14.48 | 13.01 | - |
| YUV | 101.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 95 | 0.27 | 0 | 0.16 | 0.56 | 144 | 0.15 | 0.38 |
| Hex | 53 | 71 | 5F | 1B | 0 | 10 | 38 | 90 | F | 26 |
| Octal | 123 | 161 | 137 | 33 | 0 | 20 | 70 | 220 | 17 | 46 |
| Binary | 1010011 | 1110001 | 1011111 | 11011 | 0 | 10000 | 111000 | 10010000 | 1111 | 100110 |
Color Harmonies of #53715F
Complementary color
Monochromatic Colors of #53715F
Black with #53715F
Text Example
Text Example
White with #53715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53715F; }
p { color: rgb(83,113,95); }
H1.HeaderClassName
{
color: #53715F;
}
.AnyTagClassName
{
color: #53715F;
}
</style>
background-color css
<style>
a { background-color: #53715F; }
a { background-color: rgb(83,113,95); }
div.DivClassName
{
background-color: #53715F;
}
.BgClassName
{
background-color: #53715F;
}
</style>
border-color css
<style>
span { border-color: #53715F; }
span { border-color: rgb(83,113,95); }
td.TdClassName
{
border-color: #53715F;
}
.TagClassName
{
border-color: #53715F;
}
</style>