Shades of Como #517F64
Tints of Como #517F64
RGB
CMYK
RGB Variations
Color information
#517F64 (or 0x517F64) is known color: Como. HEX triplet: 51, 7F and 64. RGB value is (81,127,100). Sum of RGB (Red+Green+Blue) = 81+127+100=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #517F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517F64 is #AE809B. Grayscale: #6E6E6E. Windows color (decimal): -11436188 or 6586193. OLE color: 6586193.
HSL color Cylindrical-coordinate representation of color #517F64: hue angle of 144.78º 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 #517F64 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 127 | 100 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.50 |
| HSL | 144.78º | 0.22% | 0.41% | - |
| HSV(B) | 144.78º | 0.36% | 0.5% | - |
| XYZ | 13.28 | 17.85 | 14.8 | - |
| YUV | 110.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 100 | 0.36 | 0 | 0.21 | 0.50 | 144.78 | 0.22 | 0.41 |
| Hex | 51 | 7F | 64 | 24 | 0 | 15 | 32 | 91 | 16 | 29 |
| Octal | 121 | 177 | 144 | 44 | 0 | 25 | 62 | 221 | 26 | 51 |
| Binary | 1010001 | 1111111 | 1100100 | 100100 | 0 | 10101 | 110010 | 10010001 | 10110 | 101001 |
Color Harmonies of #517F64
Complementary color
Monochromatic Colors of #517F64
Black with #517F64
Text Example
Text Example
White with #517F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F64; }
p { color: rgb(81,127,100); }
H1.HeaderClassName
{
color: #517F64;
}
.AnyTagClassName
{
color: #517F64;
}
</style>
background-color css
<style>
a { background-color: #517F64; }
a { background-color: rgb(81,127,100); }
div.DivClassName
{
background-color: #517F64;
}
.BgClassName
{
background-color: #517F64;
}
</style>
border-color css
<style>
span { border-color: #517F64; }
span { border-color: rgb(81,127,100); }
td.TdClassName
{
border-color: #517F64;
}
.TagClassName
{
border-color: #517F64;
}
</style>