Shades of William #5E7470
Tints of William #5E7470
RGB
CMYK
RGB Variations
Color information
#5E7470 (or 0x5E7470) is known color: William. HEX triplet: 5E, 74 and 70. RGB value is (94,116,112). Sum of RGB (Red+Green+Blue) = 94+116+112=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7470 is #A18B8F. Grayscale: #6C6C6C. Windows color (decimal): -10587024 or 7369822. OLE color: 7369822.
HSL color Cylindrical-coordinate representation of color #5E7470: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E7470 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 116 | 112 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.55 |
| HSL | 169.09º | 0.1% | 0.41% | - |
| HSV(B) | 169.09º | 0.19% | 0.45% | - |
| XYZ | 13.79 | 16.04 | 17.7 | - |
| YUV | 108.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 112 | 0.19 | 0 | 0.03 | 0.55 | 169.09 | 0.1 | 0.41 |
| Hex | 5E | 74 | 70 | 13 | 0 | 3 | 37 | A9 | A | 29 |
| Octal | 136 | 164 | 160 | 23 | 0 | 3 | 67 | 251 | 12 | 51 |
| Binary | 1011110 | 1110100 | 1110000 | 10011 | 0 | 11 | 110111 | 10101001 | 1010 | 101001 |
Color Harmonies of #5E7470
Complementary color
Monochromatic Colors of #5E7470
Black with #5E7470
Text Example
Text Example
White with #5E7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7470; }
p { color: rgb(94,116,112); }
H1.HeaderClassName
{
color: #5E7470;
}
.AnyTagClassName
{
color: #5E7470;
}
</style>
background-color css
<style>
a { background-color: #5E7470; }
a { background-color: rgb(94,116,112); }
div.DivClassName
{
background-color: #5E7470;
}
.BgClassName
{
background-color: #5E7470;
}
</style>
border-color css
<style>
span { border-color: #5E7470; }
span { border-color: rgb(94,116,112); }
td.TdClassName
{
border-color: #5E7470;
}
.TagClassName
{
border-color: #5E7470;
}
</style>