Shades of William #5F706B
Tints of William #5F706B
RGB
CMYK
RGB Variations
Color information
#5F706B (or 0x5F706B) is known color: William. HEX triplet: 5F, 70 and 6B. RGB value is (95,112,107). Sum of RGB (Red+Green+Blue) = 95+112+107=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 112 - color contains mainly: green. Hex color #5F706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F706B is #A08F94. Grayscale: #6A6A6A. Windows color (decimal): -10522517 or 7041119. OLE color: 7041119.
HSL color Cylindrical-coordinate representation of color #5F706B: hue angle of 162.35º 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 #5F706B is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 112 | 107 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.56 |
| HSL | 162.35º | 0.08% | 0.41% | - |
| HSV(B) | 162.35º | 0.15% | 0.44% | - |
| XYZ | 13.17 | 15.08 | 16.13 | - |
| YUV | 106.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 107 | 0.15 | 0 | 0.04 | 0.56 | 162.35 | 0.08 | 0.41 |
| Hex | 5F | 70 | 6B | F | 0 | 4 | 38 | A2 | 8 | 29 |
| Octal | 137 | 160 | 153 | 17 | 0 | 4 | 70 | 242 | 10 | 51 |
| Binary | 1011111 | 1110000 | 1101011 | 1111 | 0 | 100 | 111000 | 10100010 | 1000 | 101001 |
Color Harmonies of #5F706B
Complementary color
Monochromatic Colors of #5F706B
Black with #5F706B
Text Example
Text Example
White with #5F706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F706B; }
p { color: rgb(95,112,107); }
H1.HeaderClassName
{
color: #5F706B;
}
.AnyTagClassName
{
color: #5F706B;
}
</style>
background-color css
<style>
a { background-color: #5F706B; }
a { background-color: rgb(95,112,107); }
div.DivClassName
{
background-color: #5F706B;
}
.BgClassName
{
background-color: #5F706B;
}
</style>
border-color css
<style>
span { border-color: #5F706B; }
span { border-color: rgb(95,112,107); }
td.TdClassName
{
border-color: #5F706B;
}
.TagClassName
{
border-color: #5F706B;
}
</style>