Shades of William #5F706D
Tints of William #5F706D
RGB
CMYK
RGB Variations
Color information
#5F706D (or 0x5F706D) is known color: William. HEX triplet: 5F, 70 and 6D. RGB value is (95,112,109). Sum of RGB (Red+Green+Blue) = 95+112+109=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #5F706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F706D is #A08F92. Grayscale: #6A6A6A. Windows color (decimal): -10522515 or 7172191. OLE color: 7172191.
HSL color Cylindrical-coordinate representation of color #5F706D: hue angle of 169.41º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F706D is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 112 | 109 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.56 |
| HSL | 169.41º | 0.08% | 0.41% | - |
| HSV(B) | 169.41º | 0.15% | 0.44% | - |
| XYZ | 13.27 | 15.13 | 16.69 | - |
| YUV | 106.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 109 | 0.15 | 0 | 0.03 | 0.56 | 169.41 | 0.08 | 0.41 |
| Hex | 5F | 70 | 6D | F | 0 | 3 | 38 | A9 | 8 | 29 |
| Octal | 137 | 160 | 155 | 17 | 0 | 3 | 70 | 251 | 10 | 51 |
| Binary | 1011111 | 1110000 | 1101101 | 1111 | 0 | 11 | 111000 | 10101001 | 1000 | 101001 |
Color Harmonies of #5F706D
Complementary color
Monochromatic Colors of #5F706D
Black with #5F706D
Text Example
Text Example
White with #5F706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F706D; }
p { color: rgb(95,112,109); }
H1.HeaderClassName
{
color: #5F706D;
}
.AnyTagClassName
{
color: #5F706D;
}
</style>
background-color css
<style>
a { background-color: #5F706D; }
a { background-color: rgb(95,112,109); }
div.DivClassName
{
background-color: #5F706D;
}
.BgClassName
{
background-color: #5F706D;
}
</style>
border-color css
<style>
span { border-color: #5F706D; }
span { border-color: rgb(95,112,109); }
td.TdClassName
{
border-color: #5F706D;
}
.TagClassName
{
border-color: #5F706D;
}
</style>