Shades of William #5F6966
Tints of William #5F6966
RGB
CMYK
RGB Variations
Color information
#5F6966 (or 0x5F6966) is known color: William. HEX triplet: 5F, 69 and 66. RGB value is (95,105,102). Sum of RGB (Red+Green+Blue) = 95+105+102=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 105 - color contains mainly: green. Hex color #5F6966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6966 is #A09699. Grayscale: #656565. Windows color (decimal): -10524314 or 6711647. OLE color: 6711647.
HSL color Cylindrical-coordinate representation of color #5F6966: hue angle of 162º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F6966 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 105 | 102 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.59 |
| HSL | 162º | 0.05% | 0.39% | - |
| HSV(B) | 162º | 0.1% | 0.41% | - |
| XYZ | 12.17 | 13.5 | 14.53 | - |
| YUV | 101.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 102 | 0.10 | 0 | 0.03 | 0.59 | 162 | 0.05 | 0.39 |
| Hex | 5F | 69 | 66 | A | 0 | 3 | 3B | A2 | 5 | 27 |
| Octal | 137 | 151 | 146 | 12 | 0 | 3 | 73 | 242 | 5 | 47 |
| Binary | 1011111 | 1101001 | 1100110 | 1010 | 0 | 11 | 111011 | 10100010 | 101 | 100111 |
Color Harmonies of #5F6966
Complementary color
Monochromatic Colors of #5F6966
Black with #5F6966
Text Example
Text Example
White with #5F6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6966; }
p { color: rgb(95,105,102); }
H1.HeaderClassName
{
color: #5F6966;
}
.AnyTagClassName
{
color: #5F6966;
}
</style>
background-color css
<style>
a { background-color: #5F6966; }
a { background-color: rgb(95,105,102); }
div.DivClassName
{
background-color: #5F6966;
}
.BgClassName
{
background-color: #5F6966;
}
</style>
border-color css
<style>
span { border-color: #5F6966; }
span { border-color: rgb(95,105,102); }
td.TdClassName
{
border-color: #5F6966;
}
.TagClassName
{
border-color: #5F6966;
}
</style>