Shades of Como #51885C
Tints of Como #51885C
RGB
CMYK
RGB Variations
Color information
#51885C (or 0x51885C) is known color: Como. HEX triplet: 51, 88 and 5C. RGB value is (81,136,92). Sum of RGB (Red+Green+Blue) = 81+136+92=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #51885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51885C is #AE77A3. Grayscale: #727272. Windows color (decimal): -11433892 or 6064209. OLE color: 6064209.
HSL color Cylindrical-coordinate representation of color #51885C: hue angle of 132º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51885C is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 136 | 92 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.47 |
| HSL | 132º | 0.25% | 0.43% | - |
| HSV(B) | 132º | 0.4% | 0.53% | - |
| XYZ | 14.13 | 20.13 | 13.27 | - |
| YUV | 114.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 92 | 0.40 | 0 | 0.32 | 0.47 | 132 | 0.25 | 0.43 |
| Hex | 51 | 88 | 5C | 28 | 0 | 20 | 2F | 84 | 19 | 2B |
| Octal | 121 | 210 | 134 | 50 | 0 | 40 | 57 | 204 | 31 | 53 |
| Binary | 1010001 | 10001000 | 1011100 | 101000 | 0 | 100000 | 101111 | 10000100 | 11001 | 101011 |
Color Harmonies of #51885C
Complementary color
Monochromatic Colors of #51885C
Black with #51885C
Text Example
Text Example
White with #51885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51885C; }
p { color: rgb(81,136,92); }
H1.HeaderClassName
{
color: #51885C;
}
.AnyTagClassName
{
color: #51885C;
}
</style>
background-color css
<style>
a { background-color: #51885C; }
a { background-color: rgb(81,136,92); }
div.DivClassName
{
background-color: #51885C;
}
.BgClassName
{
background-color: #51885C;
}
</style>
border-color css
<style>
span { border-color: #51885C; }
span { border-color: rgb(81,136,92); }
td.TdClassName
{
border-color: #51885C;
}
.TagClassName
{
border-color: #51885C;
}
</style>