Shades of Como #53775D
Tints of Como #53775D
RGB
CMYK
RGB Variations
Color information
#53775D (or 0x53775D) is known color: Como. HEX triplet: 53, 77 and 5D. RGB value is (83,119,93). Sum of RGB (Red+Green+Blue) = 83+119+93=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #53775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53775D is #AC88A2. Grayscale: #696969. Windows color (decimal): -11307171 or 6125395. OLE color: 6125395.
HSL color Cylindrical-coordinate representation of color #53775D: hue angle of 136.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53775D is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 119 | 93 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.53 |
| HSL | 136.67º | 0.18% | 0.4% | - |
| HSV(B) | 136.67º | 0.3% | 0.47% | - |
| XYZ | 12.14 | 15.82 | 12.77 | - |
| YUV | 105.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 93 | 0.30 | 0 | 0.22 | 0.53 | 136.67 | 0.18 | 0.4 |
| Hex | 53 | 77 | 5D | 1E | 0 | 16 | 35 | 89 | 12 | 28 |
| Octal | 123 | 167 | 135 | 36 | 0 | 26 | 65 | 211 | 22 | 50 |
| Binary | 1010011 | 1110111 | 1011101 | 11110 | 0 | 10110 | 110101 | 10001001 | 10010 | 101000 |
Color Harmonies of #53775D
Complementary color
Monochromatic Colors of #53775D
Black with #53775D
Text Example
Text Example
White with #53775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53775D; }
p { color: rgb(83,119,93); }
H1.HeaderClassName
{
color: #53775D;
}
.AnyTagClassName
{
color: #53775D;
}
</style>
background-color css
<style>
a { background-color: #53775D; }
a { background-color: rgb(83,119,93); }
div.DivClassName
{
background-color: #53775D;
}
.BgClassName
{
background-color: #53775D;
}
</style>
border-color css
<style>
span { border-color: #53775D; }
span { border-color: rgb(83,119,93); }
td.TdClassName
{
border-color: #53775D;
}
.TagClassName
{
border-color: #53775D;
}
</style>