Shades of William #5A706D
Tints of William #5A706D
RGB
CMYK
RGB Variations
Color information
#5A706D (or 0x5A706D) is known color: William. HEX triplet: 5A, 70 and 6D. RGB value is (90,112,109). Sum of RGB (Red+Green+Blue) = 90+112+109=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #5A706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A706D is #A58F92. Grayscale: #696969. Windows color (decimal): -10850195 or 7172186. OLE color: 7172186.
HSL color Cylindrical-coordinate representation of color #5A706D: hue angle of 171.82º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A706D is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 109 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.56 |
| HSL | 171.82º | 0.11% | 0.4% | - |
| HSV(B) | 171.82º | 0.2% | 0.44% | - |
| XYZ | 12.77 | 14.87 | 16.66 | - |
| YUV | 105.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 109 | 0.20 | 0 | 0.03 | 0.56 | 171.82 | 0.11 | 0.4 |
| Hex | 5A | 70 | 6D | 14 | 0 | 3 | 38 | AC | B | 28 |
| Octal | 132 | 160 | 155 | 24 | 0 | 3 | 70 | 254 | 13 | 50 |
| Binary | 1011010 | 1110000 | 1101101 | 10100 | 0 | 11 | 111000 | 10101100 | 1011 | 101000 |
Color Harmonies of #5A706D
Complementary color
Monochromatic Colors of #5A706D
Black with #5A706D
Text Example
Text Example
White with #5A706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A706D; }
p { color: rgb(90,112,109); }
H1.HeaderClassName
{
color: #5A706D;
}
.AnyTagClassName
{
color: #5A706D;
}
</style>
background-color css
<style>
a { background-color: #5A706D; }
a { background-color: rgb(90,112,109); }
div.DivClassName
{
background-color: #5A706D;
}
.BgClassName
{
background-color: #5A706D;
}
</style>
border-color css
<style>
span { border-color: #5A706D; }
span { border-color: rgb(90,112,109); }
td.TdClassName
{
border-color: #5A706D;
}
.TagClassName
{
border-color: #5A706D;
}
</style>