Shades of Como #516B5B
Tints of Como #516B5B
RGB
CMYK
RGB Variations
Color information
#516B5B (or 0x516B5B) is known color: Como. HEX triplet: 51, 6B and 5B. RGB value is (81,107,91). Sum of RGB (Red+Green+Blue) = 81+107+91=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 107 - color contains mainly: green. Hex color #516B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B5B is #AE94A4. Grayscale: #616161. Windows color (decimal): -11441317 or 5991249. OLE color: 5991249.
HSL color Cylindrical-coordinate representation of color #516B5B: hue angle of 143.08º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516B5B is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 107 | 91 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.58 |
| HSL | 143.08º | 0.14% | 0.37% | - |
| HSV(B) | 143.08º | 0.24% | 0.42% | - |
| XYZ | 10.54 | 13.02 | 11.86 | - |
| YUV | 97.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 91 | 0.24 | 0 | 0.15 | 0.58 | 143.08 | 0.14 | 0.37 |
| Hex | 51 | 6B | 5B | 18 | 0 | F | 3A | 8F | E | 25 |
| Octal | 121 | 153 | 133 | 30 | 0 | 17 | 72 | 217 | 16 | 45 |
| Binary | 1010001 | 1101011 | 1011011 | 11000 | 0 | 1111 | 111010 | 10001111 | 1110 | 100101 |
Color Harmonies of #516B5B
Complementary color
Monochromatic Colors of #516B5B
Black with #516B5B
Text Example
Text Example
White with #516B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B5B; }
p { color: rgb(81,107,91); }
H1.HeaderClassName
{
color: #516B5B;
}
.AnyTagClassName
{
color: #516B5B;
}
</style>
background-color css
<style>
a { background-color: #516B5B; }
a { background-color: rgb(81,107,91); }
div.DivClassName
{
background-color: #516B5B;
}
.BgClassName
{
background-color: #516B5B;
}
</style>
border-color css
<style>
span { border-color: #516B5B; }
span { border-color: rgb(81,107,91); }
td.TdClassName
{
border-color: #516B5B;
}
.TagClassName
{
border-color: #516B5B;
}
</style>