Shades of Como #53785F
Tints of Como #53785F
RGB
CMYK
RGB Variations
Color information
#53785F (or 0x53785F) is known color: Como. HEX triplet: 53, 78 and 5F. RGB value is (83,120,95). Sum of RGB (Red+Green+Blue) = 83+120+95=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #53785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53785F is #AC87A0. Grayscale: #6A6A6A. Windows color (decimal): -11306913 or 6256723. OLE color: 6256723.
HSL color Cylindrical-coordinate representation of color #53785F: hue angle of 139.46º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53785F is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 120 | 95 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.53 |
| HSL | 139.46º | 0.18% | 0.4% | - |
| HSV(B) | 139.46º | 0.31% | 0.47% | - |
| XYZ | 12.35 | 16.1 | 13.28 | - |
| YUV | 106.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 95 | 0.31 | 0 | 0.21 | 0.53 | 139.46 | 0.18 | 0.4 |
| Hex | 53 | 78 | 5F | 1F | 0 | 15 | 35 | 8B | 12 | 28 |
| Octal | 123 | 170 | 137 | 37 | 0 | 25 | 65 | 213 | 22 | 50 |
| Binary | 1010011 | 1111000 | 1011111 | 11111 | 0 | 10101 | 110101 | 10001011 | 10010 | 101000 |
Color Harmonies of #53785F
Complementary color
Monochromatic Colors of #53785F
Black with #53785F
Text Example
Text Example
White with #53785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53785F; }
p { color: rgb(83,120,95); }
H1.HeaderClassName
{
color: #53785F;
}
.AnyTagClassName
{
color: #53785F;
}
</style>
background-color css
<style>
a { background-color: #53785F; }
a { background-color: rgb(83,120,95); }
div.DivClassName
{
background-color: #53785F;
}
.BgClassName
{
background-color: #53785F;
}
</style>
border-color css
<style>
span { border-color: #53785F; }
span { border-color: rgb(83,120,95); }
td.TdClassName
{
border-color: #53785F;
}
.TagClassName
{
border-color: #53785F;
}
</style>