Shades of Como #53845C
Tints of Como #53845C
RGB
CMYK
RGB Variations
Color information
#53845C (or 0x53845C) is known color: Como. HEX triplet: 53, 84 and 5C. RGB value is (83,132,92). Sum of RGB (Red+Green+Blue) = 83+132+92=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #53845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53845C is #AC7BA3. Grayscale: #707070. Windows color (decimal): -11303844 or 6063187. OLE color: 6063187.
HSL color Cylindrical-coordinate representation of color #53845C: hue angle of 131.02º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53845C is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 132 | 92 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.48 |
| HSL | 131.02º | 0.23% | 0.42% | - |
| HSV(B) | 131.02º | 0.37% | 0.52% | - |
| XYZ | 13.75 | 19.11 | 13.09 | - |
| YUV | 112.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 92 | 0.37 | 0 | 0.30 | 0.48 | 131.02 | 0.23 | 0.42 |
| Hex | 53 | 84 | 5C | 25 | 0 | 1E | 30 | 83 | 17 | 2A |
| Octal | 123 | 204 | 134 | 45 | 0 | 36 | 60 | 203 | 27 | 52 |
| Binary | 1010011 | 10000100 | 1011100 | 100101 | 0 | 11110 | 110000 | 10000011 | 10111 | 101010 |
Color Harmonies of #53845C
Complementary color
Monochromatic Colors of #53845C
Black with #53845C
Text Example
Text Example
White with #53845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53845C; }
p { color: rgb(83,132,92); }
H1.HeaderClassName
{
color: #53845C;
}
.AnyTagClassName
{
color: #53845C;
}
</style>
background-color css
<style>
a { background-color: #53845C; }
a { background-color: rgb(83,132,92); }
div.DivClassName
{
background-color: #53845C;
}
.BgClassName
{
background-color: #53845C;
}
</style>
border-color css
<style>
span { border-color: #53845C; }
span { border-color: rgb(83,132,92); }
td.TdClassName
{
border-color: #53845C;
}
.TagClassName
{
border-color: #53845C;
}
</style>