Shades of William #506F6E
Tints of William #506F6E
RGB
CMYK
RGB Variations
Color information
#506F6E (or 0x506F6E) is known color: William. HEX triplet: 50, 6F and 6E. RGB value is (80,111,110). Sum of RGB (Red+Green+Blue) = 80+111+110=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 111 - color contains mainly: green. Hex color #506F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F6E is #AF9091. Grayscale: #656565. Windows color (decimal): -11505810 or 7237456. OLE color: 7237456.
HSL color Cylindrical-coordinate representation of color #506F6E: hue angle of 178.06º 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 #506F6E is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 110 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.56 |
| HSL | 178.06º | 0.16% | 0.37% | - |
| HSV(B) | 178.06º | 0.28% | 0.44% | - |
| XYZ | 11.81 | 14.2 | 16.87 | - |
| YUV | 101.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 110 | 0.28 | 0 | 0.01 | 0.56 | 178.06 | 0.16 | 0.37 |
| Hex | 50 | 6F | 6E | 1C | 0 | 1 | 38 | B2 | 10 | 25 |
| Octal | 120 | 157 | 156 | 34 | 0 | 1 | 70 | 262 | 20 | 45 |
| Binary | 1010000 | 1101111 | 1101110 | 11100 | 0 | 1 | 111000 | 10110010 | 10000 | 100101 |
Color Harmonies of #506F6E
Complementary color
Monochromatic Colors of #506F6E
Black with #506F6E
Text Example
Text Example
White with #506F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F6E; }
p { color: rgb(80,111,110); }
H1.HeaderClassName
{
color: #506F6E;
}
.AnyTagClassName
{
color: #506F6E;
}
</style>
background-color css
<style>
a { background-color: #506F6E; }
a { background-color: rgb(80,111,110); }
div.DivClassName
{
background-color: #506F6E;
}
.BgClassName
{
background-color: #506F6E;
}
</style>
border-color css
<style>
span { border-color: #506F6E; }
span { border-color: rgb(80,111,110); }
td.TdClassName
{
border-color: #506F6E;
}
.TagClassName
{
border-color: #506F6E;
}
</style>