Shades of William #5E7974
Tints of William #5E7974
RGB
CMYK
RGB Variations
Color information
#5E7974 (or 0x5E7974) is known color: William. HEX triplet: 5E, 79 and 74. RGB value is (94,121,116). Sum of RGB (Red+Green+Blue) = 94+121+116=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7974 is #A1868B. Grayscale: #707070. Windows color (decimal): -10585740 or 7633246. OLE color: 7633246.
HSL color Cylindrical-coordinate representation of color #5E7974: hue angle of 168.89º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E7974 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
RGB | 94 | 121 | 116 | - |
CMYK | 0.22 | 0 | 0.04 | 0.53 |
HSL | 168.89º | 0.13% | 0.42% | - |
HSV(B) | 168.89º | 0.22% | 0.47% | - |
XYZ | 14.61 | 17.32 | 19.1 | - |
YUV | 112.36 | 130.05 | 114.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 121 | 116 | 0.22 | 0 | 0.04 | 0.53 | 168.89 | 0.13 | 0.42 |
Hex | 5E | 79 | 74 | 16 | 0 | 4 | 35 | A9 | D | 2A |
Octal | 136 | 171 | 164 | 26 | 0 | 4 | 65 | 251 | 15 | 52 |
Binary | 1011110 | 1111001 | 1110100 | 10110 | 0 | 100 | 110101 | 10101001 | 1101 | 101010 |
Color Harmonies of #5E7974
Complementary color
Monochromatic Colors of #5E7974
Black with #5E7974
Text Example
Text Example
White with #5E7974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7974; }
p { color: rgb(94,121,116); }
H1.HeaderClassName
{
color: #5E7974;
}
.AnyTagClassName
{
color: #5E7974;
}
</style>
background-color css
<style>
a { background-color: #5E7974; }
a { background-color: rgb(94,121,116); }
div.DivClassName
{
background-color: #5E7974;
}
.BgClassName
{
background-color: #5E7974;
}
</style>
border-color css
<style>
span { border-color: #5E7974; }
span { border-color: rgb(94,121,116); }
td.TdClassName
{
border-color: #5E7974;
}
.TagClassName
{
border-color: #5E7974;
}
</style>