Shades of William #5D7471
Tints of William #5D7471
RGB
CMYK
RGB Variations
Color information
#5D7471 (or 0x5D7471) is known color: William. HEX triplet: 5D, 74 and 71. RGB value is (93,116,113). Sum of RGB (Red+Green+Blue) = 93+116+113=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7471 is #A28B8E. Grayscale: #6C6C6C. Windows color (decimal): -10652559 or 7435357. OLE color: 7435357.
HSL color Cylindrical-coordinate representation of color #5D7471: hue angle of 172.17º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5D7471 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 116 | 113 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.55 |
| HSL | 172.17º | 0.11% | 0.41% | - |
| HSV(B) | 172.17º | 0.2% | 0.45% | - |
| XYZ | 13.74 | 16.01 | 17.99 | - |
| YUV | 108.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 113 | 0.20 | 0 | 0.03 | 0.55 | 172.17 | 0.11 | 0.41 |
| Hex | 5D | 74 | 71 | 14 | 0 | 3 | 37 | AC | B | 29 |
| Octal | 135 | 164 | 161 | 24 | 0 | 3 | 67 | 254 | 13 | 51 |
| Binary | 1011101 | 1110100 | 1110001 | 10100 | 0 | 11 | 110111 | 10101100 | 1011 | 101001 |
Color Harmonies of #5D7471
Complementary color
Monochromatic Colors of #5D7471
Black with #5D7471
Text Example
Text Example
White with #5D7471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7471; }
p { color: rgb(93,116,113); }
H1.HeaderClassName
{
color: #5D7471;
}
.AnyTagClassName
{
color: #5D7471;
}
</style>
background-color css
<style>
a { background-color: #5D7471; }
a { background-color: rgb(93,116,113); }
div.DivClassName
{
background-color: #5D7471;
}
.BgClassName
{
background-color: #5D7471;
}
</style>
border-color css
<style>
span { border-color: #5D7471; }
span { border-color: rgb(93,116,113); }
td.TdClassName
{
border-color: #5D7471;
}
.TagClassName
{
border-color: #5D7471;
}
</style>