Shades of Como #517A5B
Tints of Como #517A5B
RGB
CMYK
RGB Variations
Color information
#517A5B (or 0x517A5B) is known color: Como. HEX triplet: 51, 7A and 5B. RGB value is (81,122,91). Sum of RGB (Red+Green+Blue) = 81+122+91=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #517A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A5B is #AE85A4. Grayscale: #6A6A6A. Windows color (decimal): -11437477 or 5995089. OLE color: 5995089.
HSL color Cylindrical-coordinate representation of color #517A5B: hue angle of 134.63º 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 #517A5B is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 91 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.52 |
| HSL | 134.63º | 0.2% | 0.4% | - |
| HSV(B) | 134.63º | 0.34% | 0.48% | - |
| XYZ | 12.24 | 16.42 | 12.42 | - |
| YUV | 106.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 91 | 0.34 | 0 | 0.25 | 0.52 | 134.63 | 0.2 | 0.4 |
| Hex | 51 | 7A | 5B | 22 | 0 | 19 | 34 | 87 | 14 | 28 |
| Octal | 121 | 172 | 133 | 42 | 0 | 31 | 64 | 207 | 24 | 50 |
| Binary | 1010001 | 1111010 | 1011011 | 100010 | 0 | 11001 | 110100 | 10000111 | 10100 | 101000 |
Color Harmonies of #517A5B
Complementary color
Monochromatic Colors of #517A5B
Black with #517A5B
Text Example
Text Example
White with #517A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A5B; }
p { color: rgb(81,122,91); }
H1.HeaderClassName
{
color: #517A5B;
}
.AnyTagClassName
{
color: #517A5B;
}
</style>
background-color css
<style>
a { background-color: #517A5B; }
a { background-color: rgb(81,122,91); }
div.DivClassName
{
background-color: #517A5B;
}
.BgClassName
{
background-color: #517A5B;
}
</style>
border-color css
<style>
span { border-color: #517A5B; }
span { border-color: rgb(81,122,91); }
td.TdClassName
{
border-color: #517A5B;
}
.TagClassName
{
border-color: #517A5B;
}
</style>