Shades of Como #517E67
Tints of Como #517E67
RGB
CMYK
RGB Variations
Color information
#517E67 (or 0x517E67) is known color: Como. HEX triplet: 51, 7E and 67. RGB value is (81,126,103). Sum of RGB (Red+Green+Blue) = 81+126+103=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 126 - color contains mainly: green. Hex color #517E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E67 is #AE8198. Grayscale: #6D6D6D. Windows color (decimal): -11436441 or 6782545. OLE color: 6782545.
HSL color Cylindrical-coordinate representation of color #517E67: hue angle of 149.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517E67 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 126 | 103 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.51 |
| HSL | 149.33º | 0.22% | 0.41% | - |
| HSV(B) | 149.33º | 0.36% | 0.49% | - |
| XYZ | 13.3 | 17.65 | 15.54 | - |
| YUV | 109.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 103 | 0.36 | 0 | 0.18 | 0.51 | 149.33 | 0.22 | 0.41 |
| Hex | 51 | 7E | 67 | 24 | 0 | 12 | 33 | 95 | 16 | 29 |
| Octal | 121 | 176 | 147 | 44 | 0 | 22 | 63 | 225 | 26 | 51 |
| Binary | 1010001 | 1111110 | 1100111 | 100100 | 0 | 10010 | 110011 | 10010101 | 10110 | 101001 |
Color Harmonies of #517E67
Complementary color
Monochromatic Colors of #517E67
Black with #517E67
Text Example
Text Example
White with #517E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E67; }
p { color: rgb(81,126,103); }
H1.HeaderClassName
{
color: #517E67;
}
.AnyTagClassName
{
color: #517E67;
}
</style>
background-color css
<style>
a { background-color: #517E67; }
a { background-color: rgb(81,126,103); }
div.DivClassName
{
background-color: #517E67;
}
.BgClassName
{
background-color: #517E67;
}
</style>
border-color css
<style>
span { border-color: #517E67; }
span { border-color: rgb(81,126,103); }
td.TdClassName
{
border-color: #517E67;
}
.TagClassName
{
border-color: #517E67;
}
</style>