Shades of Como #53865E
Tints of Como #53865E
RGB
CMYK
RGB Variations
Color information
#53865E (or 0x53865E) is known color: Como. HEX triplet: 53, 86 and 5E. RGB value is (83,134,94). Sum of RGB (Red+Green+Blue) = 83+134+94=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #53865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53865E is #AC79A1. Grayscale: #727272. Windows color (decimal): -11303330 or 6194771. OLE color: 6194771.
HSL color Cylindrical-coordinate representation of color #53865E: hue angle of 132.94º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53865E is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 134 | 94 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.47 |
| HSL | 132.94º | 0.24% | 0.43% | - |
| HSV(B) | 132.94º | 0.38% | 0.53% | - |
| XYZ | 14.11 | 19.7 | 13.65 | - |
| YUV | 114.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 94 | 0.38 | 0 | 0.30 | 0.47 | 132.94 | 0.24 | 0.43 |
| Hex | 53 | 86 | 5E | 26 | 0 | 1E | 2F | 85 | 18 | 2B |
| Octal | 123 | 206 | 136 | 46 | 0 | 36 | 57 | 205 | 30 | 53 |
| Binary | 1010011 | 10000110 | 1011110 | 100110 | 0 | 11110 | 101111 | 10000101 | 11000 | 101011 |
Color Harmonies of #53865E
Complementary color
Monochromatic Colors of #53865E
Black with #53865E
Text Example
Text Example
White with #53865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53865E; }
p { color: rgb(83,134,94); }
H1.HeaderClassName
{
color: #53865E;
}
.AnyTagClassName
{
color: #53865E;
}
</style>
background-color css
<style>
a { background-color: #53865E; }
a { background-color: rgb(83,134,94); }
div.DivClassName
{
background-color: #53865E;
}
.BgClassName
{
background-color: #53865E;
}
</style>
border-color css
<style>
span { border-color: #53865E; }
span { border-color: rgb(83,134,94); }
td.TdClassName
{
border-color: #53865E;
}
.TagClassName
{
border-color: #53865E;
}
</style>