Shades of Como #53885E
Tints of Como #53885E
RGB
CMYK
RGB Variations
Color information
#53885E (or 0x53885E) is known color: Como. HEX triplet: 53, 88 and 5E. RGB value is (83,136,94). Sum of RGB (Red+Green+Blue) = 83+136+94=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #53885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53885E is #AC77A1. Grayscale: #737373. Windows color (decimal): -11302818 or 6195283. OLE color: 6195283.
HSL color Cylindrical-coordinate representation of color #53885E: hue angle of 132.45º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53885E is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 94 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.47 |
| HSL | 132.45º | 0.24% | 0.43% | - |
| HSV(B) | 132.45º | 0.39% | 0.53% | - |
| XYZ | 14.39 | 20.26 | 13.74 | - |
| YUV | 115.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 94 | 0.39 | 0 | 0.31 | 0.47 | 132.45 | 0.24 | 0.43 |
| Hex | 53 | 88 | 5E | 27 | 0 | 1F | 2F | 84 | 18 | 2B |
| Octal | 123 | 210 | 136 | 47 | 0 | 37 | 57 | 204 | 30 | 53 |
| Binary | 1010011 | 10001000 | 1011110 | 100111 | 0 | 11111 | 101111 | 10000100 | 11000 | 101011 |
Color Harmonies of #53885E
Complementary color
Monochromatic Colors of #53885E
Black with #53885E
Text Example
Text Example
White with #53885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53885E; }
p { color: rgb(83,136,94); }
H1.HeaderClassName
{
color: #53885E;
}
.AnyTagClassName
{
color: #53885E;
}
</style>
background-color css
<style>
a { background-color: #53885E; }
a { background-color: rgb(83,136,94); }
div.DivClassName
{
background-color: #53885E;
}
.BgClassName
{
background-color: #53885E;
}
</style>
border-color css
<style>
span { border-color: #53885E; }
span { border-color: rgb(83,136,94); }
td.TdClassName
{
border-color: #53885E;
}
.TagClassName
{
border-color: #53885E;
}
</style>