Shades of Como #53785E
Tints of Como #53785E
RGB
CMYK
RGB Variations
Color information
#53785E (or 0x53785E) is known color: Como. HEX triplet: 53, 78 and 5E. RGB value is (83,120,94). Sum of RGB (Red+Green+Blue) = 83+120+94=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #53785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53785E is #AC87A1. Grayscale: #6A6A6A. Windows color (decimal): -11306914 or 6191187. OLE color: 6191187.
HSL color Cylindrical-coordinate representation of color #53785E: hue angle of 137.84º 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 #53785E is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 120 | 94 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.53 |
| HSL | 137.84º | 0.18% | 0.4% | - |
| HSV(B) | 137.84º | 0.31% | 0.47% | - |
| XYZ | 12.3 | 16.08 | 13.04 | - |
| YUV | 105.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 94 | 0.31 | 0 | 0.22 | 0.53 | 137.84 | 0.18 | 0.4 |
| Hex | 53 | 78 | 5E | 1F | 0 | 16 | 35 | 8A | 12 | 28 |
| Octal | 123 | 170 | 136 | 37 | 0 | 26 | 65 | 212 | 22 | 50 |
| Binary | 1010011 | 1111000 | 1011110 | 11111 | 0 | 10110 | 110101 | 10001010 | 10010 | 101000 |
Color Harmonies of #53785E
Complementary color
Monochromatic Colors of #53785E
Black with #53785E
Text Example
Text Example
White with #53785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53785E; }
p { color: rgb(83,120,94); }
H1.HeaderClassName
{
color: #53785E;
}
.AnyTagClassName
{
color: #53785E;
}
</style>
background-color css
<style>
a { background-color: #53785E; }
a { background-color: rgb(83,120,94); }
div.DivClassName
{
background-color: #53785E;
}
.BgClassName
{
background-color: #53785E;
}
</style>
border-color css
<style>
span { border-color: #53785E; }
span { border-color: rgb(83,120,94); }
td.TdClassName
{
border-color: #53785E;
}
.TagClassName
{
border-color: #53785E;
}
</style>