Shades of Como #517C67
Tints of Como #517C67
RGB
CMYK
RGB Variations
Color information
#517C67 (or 0x517C67) is known color: Como. HEX triplet: 51, 7C and 67. RGB value is (81,124,103). Sum of RGB (Red+Green+Blue) = 81+124+103=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #517C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517C67 is #AE8398. Grayscale: #6C6C6C. Windows color (decimal): -11436953 or 6782033. OLE color: 6782033.
HSL color Cylindrical-coordinate representation of color #517C67: hue angle of 150.7º 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 #517C67 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 124 | 103 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.51 |
| HSL | 150.7º | 0.21% | 0.4% | - |
| HSV(B) | 150.7º | 0.35% | 0.49% | - |
| XYZ | 13.05 | 17.14 | 15.45 | - |
| YUV | 108.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 103 | 0.35 | 0 | 0.17 | 0.51 | 150.7 | 0.21 | 0.4 |
| Hex | 51 | 7C | 67 | 23 | 0 | 11 | 33 | 97 | 15 | 28 |
| Octal | 121 | 174 | 147 | 43 | 0 | 21 | 63 | 227 | 25 | 50 |
| Binary | 1010001 | 1111100 | 1100111 | 100011 | 0 | 10001 | 110011 | 10010111 | 10101 | 101000 |
Color Harmonies of #517C67
Complementary color
Monochromatic Colors of #517C67
Black with #517C67
Text Example
Text Example
White with #517C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517C67; }
p { color: rgb(81,124,103); }
H1.HeaderClassName
{
color: #517C67;
}
.AnyTagClassName
{
color: #517C67;
}
</style>
background-color css
<style>
a { background-color: #517C67; }
a { background-color: rgb(81,124,103); }
div.DivClassName
{
background-color: #517C67;
}
.BgClassName
{
background-color: #517C67;
}
</style>
border-color css
<style>
span { border-color: #517C67; }
span { border-color: rgb(81,124,103); }
td.TdClassName
{
border-color: #517C67;
}
.TagClassName
{
border-color: #517C67;
}
</style>