Shades of Como #516D5E
Tints of Como #516D5E
RGB
CMYK
RGB Variations
Color information
#516D5E (or 0x516D5E) is known color: Como. HEX triplet: 51, 6D and 5E. RGB value is (81,109,94). Sum of RGB (Red+Green+Blue) = 81+109+94=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 109 - color contains mainly: green. Hex color #516D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D5E is #AE92A1. Grayscale: #626262. Windows color (decimal): -11440802 or 6188369. OLE color: 6188369.
HSL color Cylindrical-coordinate representation of color #516D5E: hue angle of 147.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516D5E is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 94 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.57 |
| HSL | 147.86º | 0.15% | 0.37% | - |
| HSV(B) | 147.86º | 0.26% | 0.43% | - |
| XYZ | 10.88 | 13.49 | 12.62 | - |
| YUV | 98.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 94 | 0.26 | 0 | 0.14 | 0.57 | 147.86 | 0.15 | 0.37 |
| Hex | 51 | 6D | 5E | 1A | 0 | E | 39 | 94 | F | 25 |
| Octal | 121 | 155 | 136 | 32 | 0 | 16 | 71 | 224 | 17 | 45 |
| Binary | 1010001 | 1101101 | 1011110 | 11010 | 0 | 1110 | 111001 | 10010100 | 1111 | 100101 |
Color Harmonies of #516D5E
Complementary color
Monochromatic Colors of #516D5E
Black with #516D5E
Text Example
Text Example
White with #516D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D5E; }
p { color: rgb(81,109,94); }
H1.HeaderClassName
{
color: #516D5E;
}
.AnyTagClassName
{
color: #516D5E;
}
</style>
background-color css
<style>
a { background-color: #516D5E; }
a { background-color: rgb(81,109,94); }
div.DivClassName
{
background-color: #516D5E;
}
.BgClassName
{
background-color: #516D5E;
}
</style>
border-color css
<style>
span { border-color: #516D5E; }
span { border-color: rgb(81,109,94); }
td.TdClassName
{
border-color: #516D5E;
}
.TagClassName
{
border-color: #516D5E;
}
</style>