Shades of Como #51715B
Tints of Como #51715B
RGB
CMYK
RGB Variations
Color information
#51715B (or 0x51715B) is known color: Como. HEX triplet: 51, 71 and 5B. RGB value is (81,113,91). Sum of RGB (Red+Green+Blue) = 81+113+91=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #51715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51715B is #AE8EA4. Grayscale: #646464. Windows color (decimal): -11439781 or 5992785. OLE color: 5992785.
HSL color Cylindrical-coordinate representation of color #51715B: hue angle of 138.75º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #51715B is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 113 | 91 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.56 |
| HSL | 138.75º | 0.16% | 0.38% | - |
| HSV(B) | 138.75º | 0.28% | 0.44% | - |
| XYZ | 11.19 | 14.31 | 12.07 | - |
| YUV | 100.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 113 | 91 | 0.28 | 0 | 0.19 | 0.56 | 138.75 | 0.16 | 0.38 |
| Hex | 51 | 71 | 5B | 1C | 0 | 13 | 38 | 8B | 10 | 26 |
| Octal | 121 | 161 | 133 | 34 | 0 | 23 | 70 | 213 | 20 | 46 |
| Binary | 1010001 | 1110001 | 1011011 | 11100 | 0 | 10011 | 111000 | 10001011 | 10000 | 100110 |
Color Harmonies of #51715B
Complementary color
Monochromatic Colors of #51715B
Black with #51715B
Text Example
Text Example
White with #51715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51715B; }
p { color: rgb(81,113,91); }
H1.HeaderClassName
{
color: #51715B;
}
.AnyTagClassName
{
color: #51715B;
}
</style>
background-color css
<style>
a { background-color: #51715B; }
a { background-color: rgb(81,113,91); }
div.DivClassName
{
background-color: #51715B;
}
.BgClassName
{
background-color: #51715B;
}
</style>
border-color css
<style>
span { border-color: #51715B; }
span { border-color: rgb(81,113,91); }
td.TdClassName
{
border-color: #51715B;
}
.TagClassName
{
border-color: #51715B;
}
</style>