Shades of Como #53755E
Tints of Como #53755E
RGB
CMYK
RGB Variations
Color information
#53755E (or 0x53755E) is known color: Como. HEX triplet: 53, 75 and 5E. RGB value is (83,117,94). Sum of RGB (Red+Green+Blue) = 83+117+94=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #53755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53755E is #AC8AA1. Grayscale: #686868. Windows color (decimal): -11307682 or 6190419. OLE color: 6190419.
HSL color Cylindrical-coordinate representation of color #53755E: hue angle of 139.41º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53755E is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 117 | 94 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.54 |
| HSL | 139.41º | 0.17% | 0.39% | - |
| HSV(B) | 139.41º | 0.29% | 0.46% | - |
| XYZ | 11.95 | 15.37 | 12.93 | - |
| YUV | 104.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 94 | 0.29 | 0 | 0.20 | 0.54 | 139.41 | 0.17 | 0.39 |
| Hex | 53 | 75 | 5E | 1D | 0 | 14 | 36 | 8B | 11 | 27 |
| Octal | 123 | 165 | 136 | 35 | 0 | 24 | 66 | 213 | 21 | 47 |
| Binary | 1010011 | 1110101 | 1011110 | 11101 | 0 | 10100 | 110110 | 10001011 | 10001 | 100111 |
Color Harmonies of #53755E
Complementary color
Monochromatic Colors of #53755E
Black with #53755E
Text Example
Text Example
White with #53755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53755E; }
p { color: rgb(83,117,94); }
H1.HeaderClassName
{
color: #53755E;
}
.AnyTagClassName
{
color: #53755E;
}
</style>
background-color css
<style>
a { background-color: #53755E; }
a { background-color: rgb(83,117,94); }
div.DivClassName
{
background-color: #53755E;
}
.BgClassName
{
background-color: #53755E;
}
</style>
border-color css
<style>
span { border-color: #53755E; }
span { border-color: rgb(83,117,94); }
td.TdClassName
{
border-color: #53755E;
}
.TagClassName
{
border-color: #53755E;
}
</style>