Shades of Como #517A63
Tints of Como #517A63
RGB
CMYK
RGB Variations
Color information
#517A63 (or 0x517A63) is known color: Como. HEX triplet: 51, 7A and 63. RGB value is (81,122,99). Sum of RGB (Red+Green+Blue) = 81+122+99=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #517A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A63 is #AE859C. Grayscale: #6B6B6B. Windows color (decimal): -11437469 or 6519377. OLE color: 6519377.
HSL color Cylindrical-coordinate representation of color #517A63: hue angle of 146.34º 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 #517A63 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 99 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.52 |
| HSL | 146.34º | 0.2% | 0.4% | - |
| HSV(B) | 146.34º | 0.34% | 0.48% | - |
| XYZ | 12.61 | 16.57 | 14.34 | - |
| YUV | 107.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 99 | 0.34 | 0 | 0.19 | 0.52 | 146.34 | 0.2 | 0.4 |
| Hex | 51 | 7A | 63 | 22 | 0 | 13 | 34 | 92 | 14 | 28 |
| Octal | 121 | 172 | 143 | 42 | 0 | 23 | 64 | 222 | 24 | 50 |
| Binary | 1010001 | 1111010 | 1100011 | 100010 | 0 | 10011 | 110100 | 10010010 | 10100 | 101000 |
Color Harmonies of #517A63
Complementary color
Monochromatic Colors of #517A63
Black with #517A63
Text Example
Text Example
White with #517A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A63; }
p { color: rgb(81,122,99); }
H1.HeaderClassName
{
color: #517A63;
}
.AnyTagClassName
{
color: #517A63;
}
</style>
background-color css
<style>
a { background-color: #517A63; }
a { background-color: rgb(81,122,99); }
div.DivClassName
{
background-color: #517A63;
}
.BgClassName
{
background-color: #517A63;
}
</style>
border-color css
<style>
span { border-color: #517A63; }
span { border-color: rgb(81,122,99); }
td.TdClassName
{
border-color: #517A63;
}
.TagClassName
{
border-color: #517A63;
}
</style>