Shades of Como #51805E
Tints of Como #51805E
RGB
CMYK
RGB Variations
Color information
#51805E (or 0x51805E) is known color: Como. HEX triplet: 51, 80 and 5E. RGB value is (81,128,94). Sum of RGB (Red+Green+Blue) = 81+128+94=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #51805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51805E is #AE7FA1. Grayscale: #6E6E6E. Windows color (decimal): -11435938 or 6193233. OLE color: 6193233.
HSL color Cylindrical-coordinate representation of color #51805E: hue angle of 136.6º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51805E is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 128 | 94 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.50 |
| HSL | 136.6º | 0.22% | 0.41% | - |
| HSV(B) | 136.6º | 0.37% | 0.5% | - |
| XYZ | 13.13 | 18 | 13.37 | - |
| YUV | 110.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 128 | 94 | 0.37 | 0 | 0.27 | 0.50 | 136.6 | 0.22 | 0.41 |
| Hex | 51 | 80 | 5E | 25 | 0 | 1B | 32 | 89 | 16 | 29 |
| Octal | 121 | 200 | 136 | 45 | 0 | 33 | 62 | 211 | 26 | 51 |
| Binary | 1010001 | 10000000 | 1011110 | 100101 | 0 | 11011 | 110010 | 10001001 | 10110 | 101001 |
Color Harmonies of #51805E
Complementary color
Monochromatic Colors of #51805E
Black with #51805E
Text Example
Text Example
White with #51805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51805E; }
p { color: rgb(81,128,94); }
H1.HeaderClassName
{
color: #51805E;
}
.AnyTagClassName
{
color: #51805E;
}
</style>
background-color css
<style>
a { background-color: #51805E; }
a { background-color: rgb(81,128,94); }
div.DivClassName
{
background-color: #51805E;
}
.BgClassName
{
background-color: #51805E;
}
</style>
border-color css
<style>
span { border-color: #51805E; }
span { border-color: rgb(81,128,94); }
td.TdClassName
{
border-color: #51805E;
}
.TagClassName
{
border-color: #51805E;
}
</style>