Shades of Como #517E5F
Tints of Como #517E5F
RGB
CMYK
RGB Variations
Color information
#517E5F (or 0x517E5F) is known color: Como. HEX triplet: 51, 7E and 5F. RGB value is (81,126,95). Sum of RGB (Red+Green+Blue) = 81+126+95=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #517E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E5F is #AE81A0. Grayscale: #6D6D6D. Windows color (decimal): -11436449 or 6258257. OLE color: 6258257.
HSL color Cylindrical-coordinate representation of color #517E5F: hue angle of 138.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517E5F is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 126 | 95 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.51 |
| HSL | 138.67º | 0.22% | 0.41% | - |
| HSV(B) | 138.67º | 0.36% | 0.49% | - |
| XYZ | 12.92 | 17.5 | 13.52 | - |
| YUV | 109.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 95 | 0.36 | 0 | 0.25 | 0.51 | 138.67 | 0.22 | 0.41 |
| Hex | 51 | 7E | 5F | 24 | 0 | 19 | 33 | 8B | 16 | 29 |
| Octal | 121 | 176 | 137 | 44 | 0 | 31 | 63 | 213 | 26 | 51 |
| Binary | 1010001 | 1111110 | 1011111 | 100100 | 0 | 11001 | 110011 | 10001011 | 10110 | 101001 |
Color Harmonies of #517E5F
Complementary color
Monochromatic Colors of #517E5F
Black with #517E5F
Text Example
Text Example
White with #517E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E5F; }
p { color: rgb(81,126,95); }
H1.HeaderClassName
{
color: #517E5F;
}
.AnyTagClassName
{
color: #517E5F;
}
</style>
background-color css
<style>
a { background-color: #517E5F; }
a { background-color: rgb(81,126,95); }
div.DivClassName
{
background-color: #517E5F;
}
.BgClassName
{
background-color: #517E5F;
}
</style>
border-color css
<style>
span { border-color: #517E5F; }
span { border-color: rgb(81,126,95); }
td.TdClassName
{
border-color: #517E5F;
}
.TagClassName
{
border-color: #517E5F;
}
</style>