Shades of Como #517A5C
Tints of Como #517A5C
RGB
CMYK
RGB Variations
Color information
#517A5C (or 0x517A5C) is known color: Como. HEX triplet: 51, 7A and 5C. RGB value is (81,122,92). Sum of RGB (Red+Green+Blue) = 81+122+92=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #517A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A5C is #AE85A3. Grayscale: #6A6A6A. Windows color (decimal): -11437476 or 6060625. OLE color: 6060625.
HSL color Cylindrical-coordinate representation of color #517A5C: hue angle of 136.1º 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 #517A5C is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 92 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.52 |
| HSL | 136.1º | 0.2% | 0.4% | - |
| HSV(B) | 136.1º | 0.34% | 0.48% | - |
| XYZ | 12.28 | 16.44 | 12.65 | - |
| YUV | 106.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 92 | 0.34 | 0 | 0.25 | 0.52 | 136.1 | 0.2 | 0.4 |
| Hex | 51 | 7A | 5C | 22 | 0 | 19 | 34 | 88 | 14 | 28 |
| Octal | 121 | 172 | 134 | 42 | 0 | 31 | 64 | 210 | 24 | 50 |
| Binary | 1010001 | 1111010 | 1011100 | 100010 | 0 | 11001 | 110100 | 10001000 | 10100 | 101000 |
Color Harmonies of #517A5C
Complementary color
Monochromatic Colors of #517A5C
Black with #517A5C
Text Example
Text Example
White with #517A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A5C; }
p { color: rgb(81,122,92); }
H1.HeaderClassName
{
color: #517A5C;
}
.AnyTagClassName
{
color: #517A5C;
}
</style>
background-color css
<style>
a { background-color: #517A5C; }
a { background-color: rgb(81,122,92); }
div.DivClassName
{
background-color: #517A5C;
}
.BgClassName
{
background-color: #517A5C;
}
</style>
border-color css
<style>
span { border-color: #517A5C; }
span { border-color: rgb(81,122,92); }
td.TdClassName
{
border-color: #517A5C;
}
.TagClassName
{
border-color: #517A5C;
}
</style>