Shades of William #5F6B68
Tints of William #5F6B68
RGB
CMYK
RGB Variations
Color information
#5F6B68 (or 0x5F6B68) is known color: William. HEX triplet: 5F, 6B and 68. RGB value is (95,107,104). Sum of RGB (Red+Green+Blue) = 95+107+104=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B68 is #A09497. Grayscale: #676767. Windows color (decimal): -10523800 or 6843231. OLE color: 6843231.
HSL color Cylindrical-coordinate representation of color #5F6B68: hue angle of 165º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F6B68 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 107 | 104 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.58 |
| HSL | 165º | 0.06% | 0.4% | - |
| HSV(B) | 165º | 0.11% | 0.42% | - |
| XYZ | 12.48 | 13.95 | 15.13 | - |
| YUV | 103.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 107 | 104 | 0.11 | 0 | 0.03 | 0.58 | 165 | 0.06 | 0.4 |
| Hex | 5F | 6B | 68 | B | 0 | 3 | 3A | A5 | 6 | 28 |
| Octal | 137 | 153 | 150 | 13 | 0 | 3 | 72 | 245 | 6 | 50 |
| Binary | 1011111 | 1101011 | 1101000 | 1011 | 0 | 11 | 111010 | 10100101 | 110 | 101000 |
Color Harmonies of #5F6B68
Complementary color
Monochromatic Colors of #5F6B68
Black with #5F6B68
Text Example
Text Example
White with #5F6B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6B68; }
p { color: rgb(95,107,104); }
H1.HeaderClassName
{
color: #5F6B68;
}
.AnyTagClassName
{
color: #5F6B68;
}
</style>
background-color css
<style>
a { background-color: #5F6B68; }
a { background-color: rgb(95,107,104); }
div.DivClassName
{
background-color: #5F6B68;
}
.BgClassName
{
background-color: #5F6B68;
}
</style>
border-color css
<style>
span { border-color: #5F6B68; }
span { border-color: rgb(95,107,104); }
td.TdClassName
{
border-color: #5F6B68;
}
.TagClassName
{
border-color: #5F6B68;
}
</style>