Shades of William #5D716C
Tints of William #5D716C
RGB
CMYK
RGB Variations
Color information
#5D716C (or 0x5D716C) is known color: William. HEX triplet: 5D, 71 and 6C. RGB value is (93,113,108). Sum of RGB (Red+Green+Blue) = 93+113+108=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 113 - color contains mainly: green. Hex color #5D716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D716C is #A28E93. Grayscale: #6A6A6A. Windows color (decimal): -10653332 or 7106909. OLE color: 7106909.
HSL color Cylindrical-coordinate representation of color #5D716C: hue angle of 165º 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 #5D716C is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 113 | 108 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.56 |
| HSL | 165º | 0.1% | 0.4% | - |
| HSV(B) | 165º | 0.18% | 0.44% | - |
| XYZ | 13.13 | 15.22 | 16.43 | - |
| YUV | 106.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 108 | 0.18 | 0 | 0.04 | 0.56 | 165 | 0.1 | 0.4 |
| Hex | 5D | 71 | 6C | 12 | 0 | 4 | 38 | A5 | A | 28 |
| Octal | 135 | 161 | 154 | 22 | 0 | 4 | 70 | 245 | 12 | 50 |
| Binary | 1011101 | 1110001 | 1101100 | 10010 | 0 | 100 | 111000 | 10100101 | 1010 | 101000 |
Color Harmonies of #5D716C
Complementary color
Monochromatic Colors of #5D716C
Black with #5D716C
Text Example
Text Example
White with #5D716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D716C; }
p { color: rgb(93,113,108); }
H1.HeaderClassName
{
color: #5D716C;
}
.AnyTagClassName
{
color: #5D716C;
}
</style>
background-color css
<style>
a { background-color: #5D716C; }
a { background-color: rgb(93,113,108); }
div.DivClassName
{
background-color: #5D716C;
}
.BgClassName
{
background-color: #5D716C;
}
</style>
border-color css
<style>
span { border-color: #5D716C; }
span { border-color: rgb(93,113,108); }
td.TdClassName
{
border-color: #5D716C;
}
.TagClassName
{
border-color: #5D716C;
}
</style>