Shades of William #5D716E
Tints of William #5D716E
RGB
CMYK
RGB Variations
Color information
#5D716E (or 0x5D716E) is known color: William. HEX triplet: 5D, 71 and 6E. RGB value is (93,113,110). Sum of RGB (Red+Green+Blue) = 93+113+110=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #5D716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D716E is #A28E91. Grayscale: #6A6A6A. Windows color (decimal): -10653330 or 7237981. OLE color: 7237981.
HSL color Cylindrical-coordinate representation of color #5D716E: hue angle of 171º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D716E is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 113 | 110 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.56 |
| HSL | 171º | 0.1% | 0.4% | - |
| HSV(B) | 171º | 0.18% | 0.44% | - |
| XYZ | 13.23 | 15.26 | 17 | - |
| YUV | 106.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 110 | 0.18 | 0 | 0.03 | 0.56 | 171 | 0.1 | 0.4 |
| Hex | 5D | 71 | 6E | 12 | 0 | 3 | 38 | AB | A | 28 |
| Octal | 135 | 161 | 156 | 22 | 0 | 3 | 70 | 253 | 12 | 50 |
| Binary | 1011101 | 1110001 | 1101110 | 10010 | 0 | 11 | 111000 | 10101011 | 1010 | 101000 |
Color Harmonies of #5D716E
Complementary color
Monochromatic Colors of #5D716E
Black with #5D716E
Text Example
Text Example
White with #5D716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D716E; }
p { color: rgb(93,113,110); }
H1.HeaderClassName
{
color: #5D716E;
}
.AnyTagClassName
{
color: #5D716E;
}
</style>
background-color css
<style>
a { background-color: #5D716E; }
a { background-color: rgb(93,113,110); }
div.DivClassName
{
background-color: #5D716E;
}
.BgClassName
{
background-color: #5D716E;
}
</style>
border-color css
<style>
span { border-color: #5D716E; }
span { border-color: rgb(93,113,110); }
td.TdClassName
{
border-color: #5D716E;
}
.TagClassName
{
border-color: #5D716E;
}
</style>