Shades of Como #517D5F
Tints of Como #517D5F
RGB
CMYK
RGB Variations
Color information
#517D5F (or 0x517D5F) is known color: Como. HEX triplet: 51, 7D and 5F. RGB value is (81,125,95). Sum of RGB (Red+Green+Blue) = 81+125+95=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #517D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517D5F is #AE82A0. Grayscale: #6C6C6C. Windows color (decimal): -11436705 or 6258001. OLE color: 6258001.
HSL color Cylindrical-coordinate representation of color #517D5F: hue angle of 139.09º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #517D5F is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 125 | 95 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.51 |
| HSL | 139.09º | 0.21% | 0.4% | - |
| HSV(B) | 139.09º | 0.35% | 0.49% | - |
| XYZ | 12.79 | 17.24 | 13.48 | - |
| YUV | 108.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 95 | 0.35 | 0 | 0.24 | 0.51 | 139.09 | 0.21 | 0.4 |
| Hex | 51 | 7D | 5F | 23 | 0 | 18 | 33 | 8B | 15 | 28 |
| Octal | 121 | 175 | 137 | 43 | 0 | 30 | 63 | 213 | 25 | 50 |
| Binary | 1010001 | 1111101 | 1011111 | 100011 | 0 | 11000 | 110011 | 10001011 | 10101 | 101000 |
Color Harmonies of #517D5F
Complementary color
Monochromatic Colors of #517D5F
Black with #517D5F
Text Example
Text Example
White with #517D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D5F; }
p { color: rgb(81,125,95); }
H1.HeaderClassName
{
color: #517D5F;
}
.AnyTagClassName
{
color: #517D5F;
}
</style>
background-color css
<style>
a { background-color: #517D5F; }
a { background-color: rgb(81,125,95); }
div.DivClassName
{
background-color: #517D5F;
}
.BgClassName
{
background-color: #517D5F;
}
</style>
border-color css
<style>
span { border-color: #517D5F; }
span { border-color: rgb(81,125,95); }
td.TdClassName
{
border-color: #517D5F;
}
.TagClassName
{
border-color: #517D5F;
}
</style>