Shades of Como #516F5C
Tints of Como #516F5C
RGB
CMYK
RGB Variations
Color information
#516F5C (or 0x516F5C) is known color: Como. HEX triplet: 51, 6F and 5C. RGB value is (81,111,92). Sum of RGB (Red+Green+Blue) = 81+111+92=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #516F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516F5C is #AE90A3. Grayscale: #636363. Windows color (decimal): -11440292 or 6057809. OLE color: 6057809.
HSL color Cylindrical-coordinate representation of color #516F5C: hue angle of 142º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #516F5C is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 111 | 92 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.56 |
| HSL | 142º | 0.16% | 0.38% | - |
| HSV(B) | 142º | 0.27% | 0.44% | - |
| XYZ | 11.01 | 13.89 | 12.23 | - |
| YUV | 99.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 92 | 0.27 | 0 | 0.17 | 0.56 | 142 | 0.16 | 0.38 |
| Hex | 51 | 6F | 5C | 1B | 0 | 11 | 38 | 8E | 10 | 26 |
| Octal | 121 | 157 | 134 | 33 | 0 | 21 | 70 | 216 | 20 | 46 |
| Binary | 1010001 | 1101111 | 1011100 | 11011 | 0 | 10001 | 111000 | 10001110 | 10000 | 100110 |
Color Harmonies of #516F5C
Complementary color
Monochromatic Colors of #516F5C
Black with #516F5C
Text Example
Text Example
White with #516F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F5C; }
p { color: rgb(81,111,92); }
H1.HeaderClassName
{
color: #516F5C;
}
.AnyTagClassName
{
color: #516F5C;
}
</style>
background-color css
<style>
a { background-color: #516F5C; }
a { background-color: rgb(81,111,92); }
div.DivClassName
{
background-color: #516F5C;
}
.BgClassName
{
background-color: #516F5C;
}
</style>
border-color css
<style>
span { border-color: #516F5C; }
span { border-color: rgb(81,111,92); }
td.TdClassName
{
border-color: #516F5C;
}
.TagClassName
{
border-color: #516F5C;
}
</style>