Shades of Como #53875E
Tints of Como #53875E
RGB
CMYK
RGB Variations
Color information
#53875E (or 0x53875E) is known color: Como. HEX triplet: 53, 87 and 5E. RGB value is (83,135,94). Sum of RGB (Red+Green+Blue) = 83+135+94=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #53875E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53875E is #AC78A1. Grayscale: #727272. Windows color (decimal): -11303074 or 6195027. OLE color: 6195027.
HSL color Cylindrical-coordinate representation of color #53875E: hue angle of 132.69º 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 #53875E is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 135 | 94 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.47 |
| HSL | 132.69º | 0.24% | 0.43% | - |
| HSV(B) | 132.69º | 0.39% | 0.53% | - |
| XYZ | 14.25 | 19.98 | 13.69 | - |
| YUV | 114.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 135 | 94 | 0.39 | 0 | 0.30 | 0.47 | 132.69 | 0.24 | 0.43 |
| Hex | 53 | 87 | 5E | 27 | 0 | 1E | 2F | 85 | 18 | 2B |
| Octal | 123 | 207 | 136 | 47 | 0 | 36 | 57 | 205 | 30 | 53 |
| Binary | 1010011 | 10000111 | 1011110 | 100111 | 0 | 11110 | 101111 | 10000101 | 11000 | 101011 |
Color Harmonies of #53875E
Complementary color
Monochromatic Colors of #53875E
Black with #53875E
Text Example
Text Example
White with #53875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53875E; }
p { color: rgb(83,135,94); }
H1.HeaderClassName
{
color: #53875E;
}
.AnyTagClassName
{
color: #53875E;
}
</style>
background-color css
<style>
a { background-color: #53875E; }
a { background-color: rgb(83,135,94); }
div.DivClassName
{
background-color: #53875E;
}
.BgClassName
{
background-color: #53875E;
}
</style>
border-color css
<style>
span { border-color: #53875E; }
span { border-color: rgb(83,135,94); }
td.TdClassName
{
border-color: #53875E;
}
.TagClassName
{
border-color: #53875E;
}
</style>