Shades of William #5E756F
Tints of William #5E756F
RGB
CMYK
RGB Variations
Color information
#5E756F (or 0x5E756F) is known color: William. HEX triplet: 5E, 75 and 6F. RGB value is (94,117,111). Sum of RGB (Red+Green+Blue) = 94+117+111=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 117 - color contains mainly: green. Hex color #5E756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E756F is #A18A90. Grayscale: #6D6D6D. Windows color (decimal): -10586769 or 7304542. OLE color: 7304542.
HSL color Cylindrical-coordinate representation of color #5E756F: hue angle of 164.35º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E756F is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 111 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.54 |
| HSL | 164.35º | 0.11% | 0.41% | - |
| HSV(B) | 164.35º | 0.2% | 0.46% | - |
| XYZ | 13.85 | 16.25 | 17.45 | - |
| YUV | 109.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 111 | 0.20 | 0 | 0.05 | 0.54 | 164.35 | 0.11 | 0.41 |
| Hex | 5E | 75 | 6F | 14 | 0 | 5 | 36 | A4 | B | 29 |
| Octal | 136 | 165 | 157 | 24 | 0 | 5 | 66 | 244 | 13 | 51 |
| Binary | 1011110 | 1110101 | 1101111 | 10100 | 0 | 101 | 110110 | 10100100 | 1011 | 101001 |
Color Harmonies of #5E756F
Complementary color
Monochromatic Colors of #5E756F
Black with #5E756F
Text Example
Text Example
White with #5E756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E756F; }
p { color: rgb(94,117,111); }
H1.HeaderClassName
{
color: #5E756F;
}
.AnyTagClassName
{
color: #5E756F;
}
</style>
background-color css
<style>
a { background-color: #5E756F; }
a { background-color: rgb(94,117,111); }
div.DivClassName
{
background-color: #5E756F;
}
.BgClassName
{
background-color: #5E756F;
}
</style>
border-color css
<style>
span { border-color: #5E756F; }
span { border-color: rgb(94,117,111); }
td.TdClassName
{
border-color: #5E756F;
}
.TagClassName
{
border-color: #5E756F;
}
</style>