Shades of Como #517D5B
Tints of Como #517D5B
RGB
CMYK
RGB Variations
Color information
#517D5B (or 0x517D5B) is known color: Como. HEX triplet: 51, 7D and 5B. RGB value is (81,125,91). Sum of RGB (Red+Green+Blue) = 81+125+91=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #517D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517D5B is #AE82A4. Grayscale: #6C6C6C. Windows color (decimal): -11436709 or 5995857. OLE color: 5995857.
HSL color Cylindrical-coordinate representation of color #517D5B: hue angle of 133.64º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #517D5B is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 125 | 91 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.51 |
| HSL | 133.64º | 0.21% | 0.4% | - |
| HSV(B) | 133.64º | 0.35% | 0.49% | - |
| XYZ | 12.62 | 17.17 | 12.55 | - |
| YUV | 107.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 91 | 0.35 | 0 | 0.27 | 0.51 | 133.64 | 0.21 | 0.4 |
| Hex | 51 | 7D | 5B | 23 | 0 | 1B | 33 | 86 | 15 | 28 |
| Octal | 121 | 175 | 133 | 43 | 0 | 33 | 63 | 206 | 25 | 50 |
| Binary | 1010001 | 1111101 | 1011011 | 100011 | 0 | 11011 | 110011 | 10000110 | 10101 | 101000 |
Color Harmonies of #517D5B
Complementary color
Monochromatic Colors of #517D5B
Black with #517D5B
Text Example
Text Example
White with #517D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D5B; }
p { color: rgb(81,125,91); }
H1.HeaderClassName
{
color: #517D5B;
}
.AnyTagClassName
{
color: #517D5B;
}
</style>
background-color css
<style>
a { background-color: #517D5B; }
a { background-color: rgb(81,125,91); }
div.DivClassName
{
background-color: #517D5B;
}
.BgClassName
{
background-color: #517D5B;
}
</style>
border-color css
<style>
span { border-color: #517D5B; }
span { border-color: rgb(81,125,91); }
td.TdClassName
{
border-color: #517D5B;
}
.TagClassName
{
border-color: #517D5B;
}
</style>