Shades of William #5F6F6D
Tints of William #5F6F6D
RGB
CMYK
RGB Variations
Color information
#5F6F6D (or 0x5F6F6D) is known color: William. HEX triplet: 5F, 6F and 6D. RGB value is (95,111,109). Sum of RGB (Red+Green+Blue) = 95+111+109=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6F6D is #A09092. Grayscale: #696969. Windows color (decimal): -10522771 or 7171935. OLE color: 7171935.
HSL color Cylindrical-coordinate representation of color #5F6F6D: hue angle of 172.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F6F6D is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 111 | 109 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.56 |
| HSL | 172.5º | 0.08% | 0.4% | - |
| HSV(B) | 172.5º | 0.14% | 0.44% | - |
| XYZ | 13.16 | 14.91 | 16.65 | - |
| YUV | 105.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 111 | 109 | 0.14 | 0 | 0.02 | 0.56 | 172.5 | 0.08 | 0.4 |
| Hex | 5F | 6F | 6D | E | 0 | 2 | 38 | AC | 8 | 28 |
| Octal | 137 | 157 | 155 | 16 | 0 | 2 | 70 | 254 | 10 | 50 |
| Binary | 1011111 | 1101111 | 1101101 | 1110 | 0 | 10 | 111000 | 10101100 | 1000 | 101000 |
Color Harmonies of #5F6F6D
Complementary color
Monochromatic Colors of #5F6F6D
Black with #5F6F6D
Text Example
Text Example
White with #5F6F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6F6D; }
p { color: rgb(95,111,109); }
H1.HeaderClassName
{
color: #5F6F6D;
}
.AnyTagClassName
{
color: #5F6F6D;
}
</style>
background-color css
<style>
a { background-color: #5F6F6D; }
a { background-color: rgb(95,111,109); }
div.DivClassName
{
background-color: #5F6F6D;
}
.BgClassName
{
background-color: #5F6F6D;
}
</style>
border-color css
<style>
span { border-color: #5F6F6D; }
span { border-color: rgb(95,111,109); }
td.TdClassName
{
border-color: #5F6F6D;
}
.TagClassName
{
border-color: #5F6F6D;
}
</style>