Shades of Como #506F5F
Tints of Como #506F5F
RGB
CMYK
RGB Variations
Color information
#506F5F (or 0x506F5F) is known color: Como. HEX triplet: 50, 6F and 5F. RGB value is (80,111,95). Sum of RGB (Red+Green+Blue) = 80+111+95=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 111 - color contains mainly: green. Hex color #506F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F5F is #AF90A0. Grayscale: #636363. Windows color (decimal): -11505825 or 6254416. OLE color: 6254416.
HSL color Cylindrical-coordinate representation of color #506F5F: hue angle of 149.03º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506F5F is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 95 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.56 |
| HSL | 149.03º | 0.16% | 0.37% | - |
| HSV(B) | 149.03º | 0.28% | 0.44% | - |
| XYZ | 11.06 | 13.9 | 12.93 | - |
| YUV | 99.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 95 | 0.28 | 0 | 0.14 | 0.56 | 149.03 | 0.16 | 0.37 |
| Hex | 50 | 6F | 5F | 1C | 0 | E | 38 | 95 | 10 | 25 |
| Octal | 120 | 157 | 137 | 34 | 0 | 16 | 70 | 225 | 20 | 45 |
| Binary | 1010000 | 1101111 | 1011111 | 11100 | 0 | 1110 | 111000 | 10010101 | 10000 | 100101 |
Color Harmonies of #506F5F
Complementary color
Monochromatic Colors of #506F5F
Black with #506F5F
Text Example
Text Example
White with #506F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F5F; }
p { color: rgb(80,111,95); }
H1.HeaderClassName
{
color: #506F5F;
}
.AnyTagClassName
{
color: #506F5F;
}
</style>
background-color css
<style>
a { background-color: #506F5F; }
a { background-color: rgb(80,111,95); }
div.DivClassName
{
background-color: #506F5F;
}
.BgClassName
{
background-color: #506F5F;
}
</style>
border-color css
<style>
span { border-color: #506F5F; }
span { border-color: rgb(80,111,95); }
td.TdClassName
{
border-color: #506F5F;
}
.TagClassName
{
border-color: #506F5F;
}
</style>