Shades of William #5F6865
Tints of William #5F6865
RGB
CMYK
RGB Variations
Color information
#5F6865 (or 0x5F6865) is known color: William. HEX triplet: 5F, 68 and 65. RGB value is (95,104,101). Sum of RGB (Red+Green+Blue) = 95+104+101=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 104 - color contains mainly: green. Hex color #5F6865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6865 is #A0979A. Grayscale: #646464. Windows color (decimal): -10524571 or 6645855. OLE color: 6645855.
HSL color Cylindrical-coordinate representation of color #5F6865: hue angle of 160º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5F6865 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 104 | 101 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.59 |
| HSL | 160º | 0.05% | 0.39% | - |
| HSV(B) | 160º | 0.09% | 0.41% | - |
| XYZ | 12.02 | 13.27 | 14.24 | - |
| YUV | 100.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 101 | 0.09 | 0 | 0.03 | 0.59 | 160 | 0.05 | 0.39 |
| Hex | 5F | 68 | 65 | 9 | 0 | 3 | 3B | A0 | 5 | 27 |
| Octal | 137 | 150 | 145 | 11 | 0 | 3 | 73 | 240 | 5 | 47 |
| Binary | 1011111 | 1101000 | 1100101 | 1001 | 0 | 11 | 111011 | 10100000 | 101 | 100111 |
Color Harmonies of #5F6865
Complementary color
Monochromatic Colors of #5F6865
Black with #5F6865
Text Example
Text Example
White with #5F6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6865; }
p { color: rgb(95,104,101); }
H1.HeaderClassName
{
color: #5F6865;
}
.AnyTagClassName
{
color: #5F6865;
}
</style>
background-color css
<style>
a { background-color: #5F6865; }
a { background-color: rgb(95,104,101); }
div.DivClassName
{
background-color: #5F6865;
}
.BgClassName
{
background-color: #5F6865;
}
</style>
border-color css
<style>
span { border-color: #5F6865; }
span { border-color: rgb(95,104,101); }
td.TdClassName
{
border-color: #5F6865;
}
.TagClassName
{
border-color: #5F6865;
}
</style>