Shades of William #5E7670
Tints of William #5E7670
RGB
CMYK
RGB Variations
Color information
#5E7670 (or 0x5E7670) is known color: William. HEX triplet: 5E, 76 and 70. RGB value is (94,118,112). Sum of RGB (Red+Green+Blue) = 94+118+112=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7670 is #A1898F. Grayscale: #6E6E6E. Windows color (decimal): -10586512 or 7370334. OLE color: 7370334.
HSL color Cylindrical-coordinate representation of color #5E7670: hue angle of 165º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E7670 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 112 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.54 |
| HSL | 165º | 0.11% | 0.42% | - |
| HSV(B) | 165º | 0.2% | 0.46% | - |
| XYZ | 14.02 | 16.51 | 17.78 | - |
| YUV | 110.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 112 | 0.20 | 0 | 0.05 | 0.54 | 165 | 0.11 | 0.42 |
| Hex | 5E | 76 | 70 | 14 | 0 | 5 | 36 | A5 | B | 2A |
| Octal | 136 | 166 | 160 | 24 | 0 | 5 | 66 | 245 | 13 | 52 |
| Binary | 1011110 | 1110110 | 1110000 | 10100 | 0 | 101 | 110110 | 10100101 | 1011 | 101010 |
Color Harmonies of #5E7670
Complementary color
Monochromatic Colors of #5E7670
Black with #5E7670
Text Example
Text Example
White with #5E7670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7670; }
p { color: rgb(94,118,112); }
H1.HeaderClassName
{
color: #5E7670;
}
.AnyTagClassName
{
color: #5E7670;
}
</style>
background-color css
<style>
a { background-color: #5E7670; }
a { background-color: rgb(94,118,112); }
div.DivClassName
{
background-color: #5E7670;
}
.BgClassName
{
background-color: #5E7670;
}
</style>
border-color css
<style>
span { border-color: #5E7670; }
span { border-color: rgb(94,118,112); }
td.TdClassName
{
border-color: #5E7670;
}
.TagClassName
{
border-color: #5E7670;
}
</style>