Shades of William #5D726E
Tints of William #5D726E
RGB
CMYK
RGB Variations
Color information
#5D726E (or 0x5D726E) is known color: William. HEX triplet: 5D, 72 and 6E. RGB value is (93,114,110). Sum of RGB (Red+Green+Blue) = 93+114+110=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #5D726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D726E is #A28D91. Grayscale: #6B6B6B. Windows color (decimal): -10653074 or 7238237. OLE color: 7238237.
HSL color Cylindrical-coordinate representation of color #5D726E: hue angle of 168.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D726E is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 114 | 110 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.55 |
| HSL | 168.57º | 0.1% | 0.41% | - |
| HSV(B) | 168.57º | 0.18% | 0.45% | - |
| XYZ | 13.35 | 15.49 | 17.04 | - |
| YUV | 107.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 114 | 110 | 0.18 | 0 | 0.04 | 0.55 | 168.57 | 0.1 | 0.41 |
| Hex | 5D | 72 | 6E | 12 | 0 | 4 | 37 | A9 | A | 29 |
| Octal | 135 | 162 | 156 | 22 | 0 | 4 | 67 | 251 | 12 | 51 |
| Binary | 1011101 | 1110010 | 1101110 | 10010 | 0 | 100 | 110111 | 10101001 | 1010 | 101001 |
Color Harmonies of #5D726E
Complementary color
Monochromatic Colors of #5D726E
Black with #5D726E
Text Example
Text Example
White with #5D726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D726E; }
p { color: rgb(93,114,110); }
H1.HeaderClassName
{
color: #5D726E;
}
.AnyTagClassName
{
color: #5D726E;
}
</style>
background-color css
<style>
a { background-color: #5D726E; }
a { background-color: rgb(93,114,110); }
div.DivClassName
{
background-color: #5D726E;
}
.BgClassName
{
background-color: #5D726E;
}
</style>
border-color css
<style>
span { border-color: #5D726E; }
span { border-color: rgb(93,114,110); }
td.TdClassName
{
border-color: #5D726E;
}
.TagClassName
{
border-color: #5D726E;
}
</style>