Shades of William #5E716C
Tints of William #5E716C
RGB
CMYK
RGB Variations
Color information
#5E716C (or 0x5E716C) is known color: William. HEX triplet: 5E, 71 and 6C. RGB value is (94,113,108). Sum of RGB (Red+Green+Blue) = 94+113+108=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 113 - color contains mainly: green. Hex color #5E716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E716C is #A18E93. Grayscale: #6A6A6A. Windows color (decimal): -10587796 or 7106910. OLE color: 7106910.
HSL color Cylindrical-coordinate representation of color #5E716C: hue angle of 164.21º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E716C is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 113 | 108 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.56 |
| HSL | 164.21º | 0.09% | 0.41% | - |
| HSV(B) | 164.21º | 0.17% | 0.44% | - |
| XYZ | 13.23 | 15.27 | 16.44 | - |
| YUV | 106.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 108 | 0.17 | 0 | 0.04 | 0.56 | 164.21 | 0.09 | 0.41 |
| Hex | 5E | 71 | 6C | 11 | 0 | 4 | 38 | A4 | 9 | 29 |
| Octal | 136 | 161 | 154 | 21 | 0 | 4 | 70 | 244 | 11 | 51 |
| Binary | 1011110 | 1110001 | 1101100 | 10001 | 0 | 100 | 111000 | 10100100 | 1001 | 101001 |
Color Harmonies of #5E716C
Complementary color
Monochromatic Colors of #5E716C
Black with #5E716C
Text Example
Text Example
White with #5E716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E716C; }
p { color: rgb(94,113,108); }
H1.HeaderClassName
{
color: #5E716C;
}
.AnyTagClassName
{
color: #5E716C;
}
</style>
background-color css
<style>
a { background-color: #5E716C; }
a { background-color: rgb(94,113,108); }
div.DivClassName
{
background-color: #5E716C;
}
.BgClassName
{
background-color: #5E716C;
}
</style>
border-color css
<style>
span { border-color: #5E716C; }
span { border-color: rgb(94,113,108); }
td.TdClassName
{
border-color: #5E716C;
}
.TagClassName
{
border-color: #5E716C;
}
</style>