Shades of William #506D68
Tints of William #506D68
RGB
CMYK
RGB Variations
Color information
#506D68 (or 0x506D68) is known color: William. HEX triplet: 50, 6D and 68. RGB value is (80,109,104). Sum of RGB (Red+Green+Blue) = 80+109+104=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 109 - color contains mainly: green. Hex color #506D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D68 is #AF9297. Grayscale: #636363. Windows color (decimal): -11506328 or 6843728. OLE color: 6843728.
HSL color Cylindrical-coordinate representation of color #506D68: hue angle of 169.66º degrees, saturation: 0.15, 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 #506D68 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 104 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.57 |
| HSL | 169.66º | 0.15% | 0.37% | - |
| HSV(B) | 169.66º | 0.27% | 0.43% | - |
| XYZ | 11.28 | 13.64 | 15.14 | - |
| YUV | 99.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 104 | 0.27 | 0 | 0.05 | 0.57 | 169.66 | 0.15 | 0.37 |
| Hex | 50 | 6D | 68 | 1B | 0 | 5 | 39 | AA | F | 25 |
| Octal | 120 | 155 | 150 | 33 | 0 | 5 | 71 | 252 | 17 | 45 |
| Binary | 1010000 | 1101101 | 1101000 | 11011 | 0 | 101 | 111001 | 10101010 | 1111 | 100101 |
Color Harmonies of #506D68
Complementary color
Monochromatic Colors of #506D68
Black with #506D68
Text Example
Text Example
White with #506D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D68; }
p { color: rgb(80,109,104); }
H1.HeaderClassName
{
color: #506D68;
}
.AnyTagClassName
{
color: #506D68;
}
</style>
background-color css
<style>
a { background-color: #506D68; }
a { background-color: rgb(80,109,104); }
div.DivClassName
{
background-color: #506D68;
}
.BgClassName
{
background-color: #506D68;
}
</style>
border-color css
<style>
span { border-color: #506D68; }
span { border-color: rgb(80,109,104); }
td.TdClassName
{
border-color: #506D68;
}
.TagClassName
{
border-color: #506D68;
}
</style>