Shades of Como #517A65
Tints of Como #517A65
RGB
CMYK
RGB Variations
Color information
#517A65 (or 0x517A65) is known color: Como. HEX triplet: 51, 7A and 65. RGB value is (81,122,101). Sum of RGB (Red+Green+Blue) = 81+122+101=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #517A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A65 is #AE859A. Grayscale: #6B6B6B. Windows color (decimal): -11437467 or 6650449. OLE color: 6650449.
HSL color Cylindrical-coordinate representation of color #517A65: hue angle of 149.27º 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 #517A65 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 101 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.52 |
| HSL | 149.27º | 0.2% | 0.4% | - |
| HSV(B) | 149.27º | 0.34% | 0.48% | - |
| XYZ | 12.7 | 16.61 | 14.85 | - |
| YUV | 107.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 101 | 0.34 | 0 | 0.17 | 0.52 | 149.27 | 0.2 | 0.4 |
| Hex | 51 | 7A | 65 | 22 | 0 | 11 | 34 | 95 | 14 | 28 |
| Octal | 121 | 172 | 145 | 42 | 0 | 21 | 64 | 225 | 24 | 50 |
| Binary | 1010001 | 1111010 | 1100101 | 100010 | 0 | 10001 | 110100 | 10010101 | 10100 | 101000 |
Color Harmonies of #517A65
Complementary color
Monochromatic Colors of #517A65
Black with #517A65
Text Example
Text Example
White with #517A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A65; }
p { color: rgb(81,122,101); }
H1.HeaderClassName
{
color: #517A65;
}
.AnyTagClassName
{
color: #517A65;
}
</style>
background-color css
<style>
a { background-color: #517A65; }
a { background-color: rgb(81,122,101); }
div.DivClassName
{
background-color: #517A65;
}
.BgClassName
{
background-color: #517A65;
}
</style>
border-color css
<style>
span { border-color: #517A65; }
span { border-color: rgb(81,122,101); }
td.TdClassName
{
border-color: #517A65;
}
.TagClassName
{
border-color: #517A65;
}
</style>