Shades of William #506F6F
Tints of William #506F6F
RGB
CMYK
RGB Variations
Color information
#506F6F (or 0x506F6F) is known color: William. HEX triplet: 50, 6F and 6F. RGB value is (80,111,111). Sum of RGB (Red+Green+Blue) = 80+111+111=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #506F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F6F is #AF9090. Grayscale: #656565. Windows color (decimal): -11505809 or 7302992. OLE color: 7302992.
HSL color Cylindrical-coordinate representation of color #506F6F: hue angle of 180º 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 #506F6F is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 111 | - |
| CMYK | 0.28 | 0 | 0 | 0.56 |
| HSL | 180º | 0.16% | 0.37% | - |
| HSV(B) | 180º | 0.28% | 0.44% | - |
| XYZ | 11.86 | 14.22 | 17.16 | - |
| YUV | 101.73 | 133.23 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 111 | 0.28 | 0 | 0 | 0.56 | 180 | 0.16 | 0.37 |
| Hex | 50 | 6F | 6F | 1C | 0 | 0 | 38 | B4 | 10 | 25 |
| Octal | 120 | 157 | 157 | 34 | 0 | 0 | 70 | 264 | 20 | 45 |
| Binary | 1010000 | 1101111 | 1101111 | 11100 | 0 | 0 | 111000 | 10110100 | 10000 | 100101 |
Color Harmonies of #506F6F
Complementary color
Monochromatic Colors of #506F6F
Black with #506F6F
Text Example
Text Example
White with #506F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F6F; }
p { color: rgb(80,111,111); }
H1.HeaderClassName
{
color: #506F6F;
}
.AnyTagClassName
{
color: #506F6F;
}
</style>
background-color css
<style>
a { background-color: #506F6F; }
a { background-color: rgb(80,111,111); }
div.DivClassName
{
background-color: #506F6F;
}
.BgClassName
{
background-color: #506F6F;
}
</style>
border-color css
<style>
span { border-color: #506F6F; }
span { border-color: rgb(80,111,111); }
td.TdClassName
{
border-color: #506F6F;
}
.TagClassName
{
border-color: #506F6F;
}
</style>