Shades of Como #506E5E
Tints of Como #506E5E
RGB
CMYK
RGB Variations
Color information
#506E5E (or 0x506E5E) is known color: Como. HEX triplet: 50, 6E and 5E. RGB value is (80,110,94). Sum of RGB (Red+Green+Blue) = 80+110+94=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 110 - color contains mainly: green. Hex color #506E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E5E is #AF91A1. Grayscale: #636363. Windows color (decimal): -11506082 or 6188624. OLE color: 6188624.
HSL color Cylindrical-coordinate representation of color #506E5E: hue angle of 148º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506E5E is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 110 | 94 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.57 |
| HSL | 148º | 0.16% | 0.37% | - |
| HSV(B) | 148º | 0.27% | 0.43% | - |
| XYZ | 10.9 | 13.67 | 12.65 | - |
| YUV | 99.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 94 | 0.27 | 0 | 0.15 | 0.57 | 148 | 0.16 | 0.37 |
| Hex | 50 | 6E | 5E | 1B | 0 | F | 39 | 94 | 10 | 25 |
| Octal | 120 | 156 | 136 | 33 | 0 | 17 | 71 | 224 | 20 | 45 |
| Binary | 1010000 | 1101110 | 1011110 | 11011 | 0 | 1111 | 111001 | 10010100 | 10000 | 100101 |
Color Harmonies of #506E5E
Complementary color
Monochromatic Colors of #506E5E
Black with #506E5E
Text Example
Text Example
White with #506E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506E5E; }
p { color: rgb(80,110,94); }
H1.HeaderClassName
{
color: #506E5E;
}
.AnyTagClassName
{
color: #506E5E;
}
</style>
background-color css
<style>
a { background-color: #506E5E; }
a { background-color: rgb(80,110,94); }
div.DivClassName
{
background-color: #506E5E;
}
.BgClassName
{
background-color: #506E5E;
}
</style>
border-color css
<style>
span { border-color: #506E5E; }
span { border-color: rgb(80,110,94); }
td.TdClassName
{
border-color: #506E5E;
}
.TagClassName
{
border-color: #506E5E;
}
</style>