Shades of Como #506C5B
Tints of Como #506C5B
RGB
CMYK
RGB Variations
Color information
#506C5B (or 0x506C5B) is known color: Como. HEX triplet: 50, 6C and 5B. RGB value is (80,108,91). Sum of RGB (Red+Green+Blue) = 80+108+91=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #506C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C5B is #AF93A4. Grayscale: #616161. Windows color (decimal): -11506597 or 5991504. OLE color: 5991504.
HSL color Cylindrical-coordinate representation of color #506C5B: hue angle of 143.57º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #506C5B is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 108 | 91 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.58 |
| HSL | 143.57º | 0.15% | 0.37% | - |
| HSV(B) | 143.57º | 0.26% | 0.42% | - |
| XYZ | 10.56 | 13.19 | 11.89 | - |
| YUV | 97.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 91 | 0.26 | 0 | 0.16 | 0.58 | 143.57 | 0.15 | 0.37 |
| Hex | 50 | 6C | 5B | 1A | 0 | 10 | 3A | 90 | F | 25 |
| Octal | 120 | 154 | 133 | 32 | 0 | 20 | 72 | 220 | 17 | 45 |
| Binary | 1010000 | 1101100 | 1011011 | 11010 | 0 | 10000 | 111010 | 10010000 | 1111 | 100101 |
Color Harmonies of #506C5B
Complementary color
Monochromatic Colors of #506C5B
Black with #506C5B
Text Example
Text Example
White with #506C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C5B; }
p { color: rgb(80,108,91); }
H1.HeaderClassName
{
color: #506C5B;
}
.AnyTagClassName
{
color: #506C5B;
}
</style>
background-color css
<style>
a { background-color: #506C5B; }
a { background-color: rgb(80,108,91); }
div.DivClassName
{
background-color: #506C5B;
}
.BgClassName
{
background-color: #506C5B;
}
</style>
border-color css
<style>
span { border-color: #506C5B; }
span { border-color: rgb(80,108,91); }
td.TdClassName
{
border-color: #506C5B;
}
.TagClassName
{
border-color: #506C5B;
}
</style>