Shades of Como #517A67
Tints of Como #517A67
RGB
CMYK
RGB Variations
Color information
#517A67 (or 0x517A67) is known color: Como. HEX triplet: 51, 7A and 67. RGB value is (81,122,103). Sum of RGB (Red+Green+Blue) = 81+122+103=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #517A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A67 is #AE8598. Grayscale: #6B6B6B. Windows color (decimal): -11437465 or 6781521. OLE color: 6781521.
HSL color Cylindrical-coordinate representation of color #517A67: hue angle of 152.2º 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 #517A67 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 103 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.52 |
| HSL | 152.2º | 0.2% | 0.4% | - |
| HSV(B) | 152.2º | 0.34% | 0.48% | - |
| XYZ | 12.8 | 16.65 | 15.37 | - |
| YUV | 107.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 103 | 0.34 | 0 | 0.16 | 0.52 | 152.2 | 0.2 | 0.4 |
| Hex | 51 | 7A | 67 | 22 | 0 | 10 | 34 | 98 | 14 | 28 |
| Octal | 121 | 172 | 147 | 42 | 0 | 20 | 64 | 230 | 24 | 50 |
| Binary | 1010001 | 1111010 | 1100111 | 100010 | 0 | 10000 | 110100 | 10011000 | 10100 | 101000 |
Color Harmonies of #517A67
Complementary color
Monochromatic Colors of #517A67
Black with #517A67
Text Example
Text Example
White with #517A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A67; }
p { color: rgb(81,122,103); }
H1.HeaderClassName
{
color: #517A67;
}
.AnyTagClassName
{
color: #517A67;
}
</style>
background-color css
<style>
a { background-color: #517A67; }
a { background-color: rgb(81,122,103); }
div.DivClassName
{
background-color: #517A67;
}
.BgClassName
{
background-color: #517A67;
}
</style>
border-color css
<style>
span { border-color: #517A67; }
span { border-color: rgb(81,122,103); }
td.TdClassName
{
border-color: #517A67;
}
.TagClassName
{
border-color: #517A67;
}
</style>