Shades of Como #53785C
Tints of Como #53785C
RGB
CMYK
RGB Variations
Color information
#53785C (or 0x53785C) is known color: Como. HEX triplet: 53, 78 and 5C. RGB value is (83,120,92). Sum of RGB (Red+Green+Blue) = 83+120+92=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #53785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53785C is #AC87A3. Grayscale: #696969. Windows color (decimal): -11306916 or 6060115. OLE color: 6060115.
HSL color Cylindrical-coordinate representation of color #53785C: hue angle of 134.59º 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 #53785C is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 120 | 92 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.53 |
| HSL | 134.59º | 0.18% | 0.4% | - |
| HSV(B) | 134.59º | 0.31% | 0.47% | - |
| XYZ | 12.22 | 16.04 | 12.58 | - |
| YUV | 105.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 92 | 0.31 | 0 | 0.23 | 0.53 | 134.59 | 0.18 | 0.4 |
| Hex | 53 | 78 | 5C | 1F | 0 | 17 | 35 | 87 | 12 | 28 |
| Octal | 123 | 170 | 134 | 37 | 0 | 27 | 65 | 207 | 22 | 50 |
| Binary | 1010011 | 1111000 | 1011100 | 11111 | 0 | 10111 | 110101 | 10000111 | 10010 | 101000 |
Color Harmonies of #53785C
Complementary color
Monochromatic Colors of #53785C
Black with #53785C
Text Example
Text Example
White with #53785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53785C; }
p { color: rgb(83,120,92); }
H1.HeaderClassName
{
color: #53785C;
}
.AnyTagClassName
{
color: #53785C;
}
</style>
background-color css
<style>
a { background-color: #53785C; }
a { background-color: rgb(83,120,92); }
div.DivClassName
{
background-color: #53785C;
}
.BgClassName
{
background-color: #53785C;
}
</style>
border-color css
<style>
span { border-color: #53785C; }
span { border-color: rgb(83,120,92); }
td.TdClassName
{
border-color: #53785C;
}
.TagClassName
{
border-color: #53785C;
}
</style>