Shades of William #50736E
Tints of William #50736E
RGB
CMYK
RGB Variations
Color information
#50736E (or 0x50736E) is known color: William. HEX triplet: 50, 73 and 6E. RGB value is (80,115,110). Sum of RGB (Red+Green+Blue) = 80+115+110=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #50736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50736E is #AF8C91. Grayscale: #676767. Windows color (decimal): -11504786 or 7238480. OLE color: 7238480.
HSL color Cylindrical-coordinate representation of color #50736E: hue angle of 171.43º 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 #50736E is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 110 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.55 |
| HSL | 171.43º | 0.18% | 0.38% | - |
| HSV(B) | 171.43º | 0.3% | 0.45% | - |
| XYZ | 12.25 | 15.09 | 17.02 | - |
| YUV | 103.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 110 | 0.30 | 0 | 0.04 | 0.55 | 171.43 | 0.18 | 0.38 |
| Hex | 50 | 73 | 6E | 1E | 0 | 4 | 37 | AB | 12 | 26 |
| Octal | 120 | 163 | 156 | 36 | 0 | 4 | 67 | 253 | 22 | 46 |
| Binary | 1010000 | 1110011 | 1101110 | 11110 | 0 | 100 | 110111 | 10101011 | 10010 | 100110 |
Color Harmonies of #50736E
Complementary color
Monochromatic Colors of #50736E
Black with #50736E
Text Example
Text Example
White with #50736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50736E; }
p { color: rgb(80,115,110); }
H1.HeaderClassName
{
color: #50736E;
}
.AnyTagClassName
{
color: #50736E;
}
</style>
background-color css
<style>
a { background-color: #50736E; }
a { background-color: rgb(80,115,110); }
div.DivClassName
{
background-color: #50736E;
}
.BgClassName
{
background-color: #50736E;
}
</style>
border-color css
<style>
span { border-color: #50736E; }
span { border-color: rgb(80,115,110); }
td.TdClassName
{
border-color: #50736E;
}
.TagClassName
{
border-color: #50736E;
}
</style>