Shades of William #50736D
Tints of William #50736D
RGB
CMYK
RGB Variations
Color information
#50736D (or 0x50736D) is known color: William. HEX triplet: 50, 73 and 6D. RGB value is (80,115,109). Sum of RGB (Red+Green+Blue) = 80+115+109=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 115 - color contains mainly: green. Hex color #50736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50736D is #AF8C92. Grayscale: #676767. Windows color (decimal): -11504787 or 7172944. OLE color: 7172944.
HSL color Cylindrical-coordinate representation of color #50736D: hue angle of 169.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50736D is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 109 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.55 |
| HSL | 169.71º | 0.18% | 0.38% | - |
| HSV(B) | 169.71º | 0.3% | 0.45% | - |
| XYZ | 12.2 | 15.07 | 16.73 | - |
| YUV | 103.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 109 | 0.30 | 0 | 0.05 | 0.55 | 169.71 | 0.18 | 0.38 |
| Hex | 50 | 73 | 6D | 1E | 0 | 5 | 37 | AA | 12 | 26 |
| Octal | 120 | 163 | 155 | 36 | 0 | 5 | 67 | 252 | 22 | 46 |
| Binary | 1010000 | 1110011 | 1101101 | 11110 | 0 | 101 | 110111 | 10101010 | 10010 | 100110 |
Color Harmonies of #50736D
Complementary color
Monochromatic Colors of #50736D
Black with #50736D
Text Example
Text Example
White with #50736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50736D; }
p { color: rgb(80,115,109); }
H1.HeaderClassName
{
color: #50736D;
}
.AnyTagClassName
{
color: #50736D;
}
</style>
background-color css
<style>
a { background-color: #50736D; }
a { background-color: rgb(80,115,109); }
div.DivClassName
{
background-color: #50736D;
}
.BgClassName
{
background-color: #50736D;
}
</style>
border-color css
<style>
span { border-color: #50736D; }
span { border-color: rgb(80,115,109); }
td.TdClassName
{
border-color: #50736D;
}
.TagClassName
{
border-color: #50736D;
}
</style>