Shades of Como #517F5C
Tints of Como #517F5C
RGB
CMYK
RGB Variations
Color information
#517F5C (or 0x517F5C) is known color: Como. HEX triplet: 51, 7F and 5C. RGB value is (81,127,92). Sum of RGB (Red+Green+Blue) = 81+127+92=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #517F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517F5C is #AE80A3. Grayscale: #6D6D6D. Windows color (decimal): -11436196 or 6061905. OLE color: 6061905.
HSL color Cylindrical-coordinate representation of color #517F5C: hue angle of 134.35º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517F5C is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 127 | 92 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.50 |
| HSL | 134.35º | 0.22% | 0.41% | - |
| HSV(B) | 134.35º | 0.36% | 0.5% | - |
| XYZ | 12.91 | 17.7 | 12.86 | - |
| YUV | 109.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 92 | 0.36 | 0 | 0.28 | 0.50 | 134.35 | 0.22 | 0.41 |
| Hex | 51 | 7F | 5C | 24 | 0 | 1C | 32 | 86 | 16 | 29 |
| Octal | 121 | 177 | 134 | 44 | 0 | 34 | 62 | 206 | 26 | 51 |
| Binary | 1010001 | 1111111 | 1011100 | 100100 | 0 | 11100 | 110010 | 10000110 | 10110 | 101001 |
Color Harmonies of #517F5C
Complementary color
Monochromatic Colors of #517F5C
Black with #517F5C
Text Example
Text Example
White with #517F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F5C; }
p { color: rgb(81,127,92); }
H1.HeaderClassName
{
color: #517F5C;
}
.AnyTagClassName
{
color: #517F5C;
}
</style>
background-color css
<style>
a { background-color: #517F5C; }
a { background-color: rgb(81,127,92); }
div.DivClassName
{
background-color: #517F5C;
}
.BgClassName
{
background-color: #517F5C;
}
</style>
border-color css
<style>
span { border-color: #517F5C; }
span { border-color: rgb(81,127,92); }
td.TdClassName
{
border-color: #517F5C;
}
.TagClassName
{
border-color: #517F5C;
}
</style>