Shades of Como #517F66
Tints of Como #517F66
RGB
CMYK
RGB Variations
Color information
#517F66 (or 0x517F66) is known color: Como. HEX triplet: 51, 7F and 66. RGB value is (81,127,102). Sum of RGB (Red+Green+Blue) = 81+127+102=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #517F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517F66 is #AE8099. Grayscale: #6E6E6E. Windows color (decimal): -11436186 or 6717265. OLE color: 6717265.
HSL color Cylindrical-coordinate representation of color #517F66: hue angle of 147.39º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517F66 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 127 | 102 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.50 |
| HSL | 147.39º | 0.22% | 0.41% | - |
| HSV(B) | 147.39º | 0.36% | 0.5% | - |
| XYZ | 13.38 | 17.89 | 15.32 | - |
| YUV | 110.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 102 | 0.36 | 0 | 0.20 | 0.50 | 147.39 | 0.22 | 0.41 |
| Hex | 51 | 7F | 66 | 24 | 0 | 14 | 32 | 93 | 16 | 29 |
| Octal | 121 | 177 | 146 | 44 | 0 | 24 | 62 | 223 | 26 | 51 |
| Binary | 1010001 | 1111111 | 1100110 | 100100 | 0 | 10100 | 110010 | 10010011 | 10110 | 101001 |
Color Harmonies of #517F66
Complementary color
Monochromatic Colors of #517F66
Black with #517F66
Text Example
Text Example
White with #517F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F66; }
p { color: rgb(81,127,102); }
H1.HeaderClassName
{
color: #517F66;
}
.AnyTagClassName
{
color: #517F66;
}
</style>
background-color css
<style>
a { background-color: #517F66; }
a { background-color: rgb(81,127,102); }
div.DivClassName
{
background-color: #517F66;
}
.BgClassName
{
background-color: #517F66;
}
</style>
border-color css
<style>
span { border-color: #517F66; }
span { border-color: rgb(81,127,102); }
td.TdClassName
{
border-color: #517F66;
}
.TagClassName
{
border-color: #517F66;
}
</style>