Shades of Como #517A60
Tints of Como #517A60
RGB
CMYK
RGB Variations
Color information
#517A60 (or 0x517A60) is known color: Como. HEX triplet: 51, 7A and 60. RGB value is (81,122,96). Sum of RGB (Red+Green+Blue) = 81+122+96=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #517A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A60 is #AE859F. Grayscale: #6A6A6A. Windows color (decimal): -11437472 or 6322769. OLE color: 6322769.
HSL color Cylindrical-coordinate representation of color #517A60: hue angle of 141.95º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #517A60 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 96 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.52 |
| HSL | 141.95º | 0.2% | 0.4% | - |
| HSV(B) | 141.95º | 0.34% | 0.48% | - |
| XYZ | 12.46 | 16.51 | 13.6 | - |
| YUV | 106.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 96 | 0.34 | 0 | 0.21 | 0.52 | 141.95 | 0.2 | 0.4 |
| Hex | 51 | 7A | 60 | 22 | 0 | 15 | 34 | 8E | 14 | 28 |
| Octal | 121 | 172 | 140 | 42 | 0 | 25 | 64 | 216 | 24 | 50 |
| Binary | 1010001 | 1111010 | 1100000 | 100010 | 0 | 10101 | 110100 | 10001110 | 10100 | 101000 |
Color Harmonies of #517A60
Complementary color
Monochromatic Colors of #517A60
Black with #517A60
Text Example
Text Example
White with #517A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A60; }
p { color: rgb(81,122,96); }
H1.HeaderClassName
{
color: #517A60;
}
.AnyTagClassName
{
color: #517A60;
}
</style>
background-color css
<style>
a { background-color: #517A60; }
a { background-color: rgb(81,122,96); }
div.DivClassName
{
background-color: #517A60;
}
.BgClassName
{
background-color: #517A60;
}
</style>
border-color css
<style>
span { border-color: #517A60; }
span { border-color: rgb(81,122,96); }
td.TdClassName
{
border-color: #517A60;
}
.TagClassName
{
border-color: #517A60;
}
</style>