Shades of William #506D67
Tints of William #506D67
RGB
CMYK
RGB Variations
Color information
#506D67 (or 0x506D67) is known color: William. HEX triplet: 50, 6D and 67. RGB value is (80,109,103). Sum of RGB (Red+Green+Blue) = 80+109+103=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 109 - color contains mainly: green. Hex color #506D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D67 is #AF9298. Grayscale: #636363. Windows color (decimal): -11506329 or 6778192. OLE color: 6778192.
HSL color Cylindrical-coordinate representation of color #506D67: hue angle of 167.59º 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 #506D67 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 103 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.57 |
| HSL | 167.59º | 0.15% | 0.37% | - |
| HSV(B) | 167.59º | 0.27% | 0.43% | - |
| XYZ | 11.23 | 13.62 | 14.87 | - |
| YUV | 99.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 103 | 0.27 | 0 | 0.06 | 0.57 | 167.59 | 0.15 | 0.37 |
| Hex | 50 | 6D | 67 | 1B | 0 | 6 | 39 | A8 | F | 25 |
| Octal | 120 | 155 | 147 | 33 | 0 | 6 | 71 | 250 | 17 | 45 |
| Binary | 1010000 | 1101101 | 1100111 | 11011 | 0 | 110 | 111001 | 10101000 | 1111 | 100101 |
Color Harmonies of #506D67
Complementary color
Monochromatic Colors of #506D67
Black with #506D67
Text Example
Text Example
White with #506D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D67; }
p { color: rgb(80,109,103); }
H1.HeaderClassName
{
color: #506D67;
}
.AnyTagClassName
{
color: #506D67;
}
</style>
background-color css
<style>
a { background-color: #506D67; }
a { background-color: rgb(80,109,103); }
div.DivClassName
{
background-color: #506D67;
}
.BgClassName
{
background-color: #506D67;
}
</style>
border-color css
<style>
span { border-color: #506D67; }
span { border-color: rgb(80,109,103); }
td.TdClassName
{
border-color: #506D67;
}
.TagClassName
{
border-color: #506D67;
}
</style>