Shades of Como #53875D
Tints of Como #53875D
RGB
CMYK
RGB Variations
Color information
#53875D (or 0x53875D) is known color: Como. HEX triplet: 53, 87 and 5D. RGB value is (83,135,93). Sum of RGB (Red+Green+Blue) = 83+135+93=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #53875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53875D is #AC78A2. Grayscale: #727272. Windows color (decimal): -11303075 or 6129491. OLE color: 6129491.
HSL color Cylindrical-coordinate representation of color #53875D: hue angle of 131.54º 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 #53875D is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 135 | 93 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.47 |
| HSL | 131.54º | 0.24% | 0.43% | - |
| HSV(B) | 131.54º | 0.39% | 0.53% | - |
| XYZ | 14.21 | 19.96 | 13.46 | - |
| YUV | 114.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 135 | 93 | 0.39 | 0 | 0.31 | 0.47 | 131.54 | 0.24 | 0.43 |
| Hex | 53 | 87 | 5D | 27 | 0 | 1F | 2F | 84 | 18 | 2B |
| Octal | 123 | 207 | 135 | 47 | 0 | 37 | 57 | 204 | 30 | 53 |
| Binary | 1010011 | 10000111 | 1011101 | 100111 | 0 | 11111 | 101111 | 10000100 | 11000 | 101011 |
Color Harmonies of #53875D
Complementary color
Monochromatic Colors of #53875D
Black with #53875D
Text Example
Text Example
White with #53875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53875D; }
p { color: rgb(83,135,93); }
H1.HeaderClassName
{
color: #53875D;
}
.AnyTagClassName
{
color: #53875D;
}
</style>
background-color css
<style>
a { background-color: #53875D; }
a { background-color: rgb(83,135,93); }
div.DivClassName
{
background-color: #53875D;
}
.BgClassName
{
background-color: #53875D;
}
</style>
border-color css
<style>
span { border-color: #53875D; }
span { border-color: rgb(83,135,93); }
td.TdClassName
{
border-color: #53875D;
}
.TagClassName
{
border-color: #53875D;
}
</style>