Shades of William #5D7571
Tints of William #5D7571
RGB
CMYK
RGB Variations
Color information
#5D7571 (or 0x5D7571) is known color: William. HEX triplet: 5D, 75 and 71. RGB value is (93,117,113). Sum of RGB (Red+Green+Blue) = 93+117+113=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7571 is #A28A8E. Grayscale: #6D6D6D. Windows color (decimal): -10652303 or 7435613. OLE color: 7435613.
HSL color Cylindrical-coordinate representation of color #5D7571: hue angle of 170º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D7571 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 117 | 113 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.54 |
| HSL | 170º | 0.11% | 0.41% | - |
| HSV(B) | 170º | 0.21% | 0.46% | - |
| XYZ | 13.86 | 16.24 | 18.03 | - |
| YUV | 109.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 113 | 0.21 | 0 | 0.03 | 0.54 | 170 | 0.11 | 0.41 |
| Hex | 5D | 75 | 71 | 15 | 0 | 3 | 36 | AA | B | 29 |
| Octal | 135 | 165 | 161 | 25 | 0 | 3 | 66 | 252 | 13 | 51 |
| Binary | 1011101 | 1110101 | 1110001 | 10101 | 0 | 11 | 110110 | 10101010 | 1011 | 101001 |
Color Harmonies of #5D7571
Complementary color
Monochromatic Colors of #5D7571
Black with #5D7571
Text Example
Text Example
White with #5D7571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7571; }
p { color: rgb(93,117,113); }
H1.HeaderClassName
{
color: #5D7571;
}
.AnyTagClassName
{
color: #5D7571;
}
</style>
background-color css
<style>
a { background-color: #5D7571; }
a { background-color: rgb(93,117,113); }
div.DivClassName
{
background-color: #5D7571;
}
.BgClassName
{
background-color: #5D7571;
}
</style>
border-color css
<style>
span { border-color: #5D7571; }
span { border-color: rgb(93,117,113); }
td.TdClassName
{
border-color: #5D7571;
}
.TagClassName
{
border-color: #5D7571;
}
</style>