Shades of William #5A716E
Tints of William #5A716E
RGB
CMYK
RGB Variations
Color information
#5A716E (or 0x5A716E) is known color: William. HEX triplet: 5A, 71 and 6E. RGB value is (90,113,110). Sum of RGB (Red+Green+Blue) = 90+113+110=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 113 - color contains mainly: green. Hex color #5A716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A716E is #A58E91. Grayscale: #696969. Windows color (decimal): -10849938 or 7237978. OLE color: 7237978.
HSL color Cylindrical-coordinate representation of color #5A716E: hue angle of 172.17º 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 #5A716E is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 110 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.56 |
| HSL | 172.17º | 0.11% | 0.4% | - |
| HSV(B) | 172.17º | 0.2% | 0.44% | - |
| XYZ | 12.94 | 15.11 | 16.99 | - |
| YUV | 105.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 110 | 0.20 | 0 | 0.03 | 0.56 | 172.17 | 0.11 | 0.4 |
| Hex | 5A | 71 | 6E | 14 | 0 | 3 | 38 | AC | B | 28 |
| Octal | 132 | 161 | 156 | 24 | 0 | 3 | 70 | 254 | 13 | 50 |
| Binary | 1011010 | 1110001 | 1101110 | 10100 | 0 | 11 | 111000 | 10101100 | 1011 | 101000 |
Color Harmonies of #5A716E
Complementary color
Monochromatic Colors of #5A716E
Black with #5A716E
Text Example
Text Example
White with #5A716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A716E; }
p { color: rgb(90,113,110); }
H1.HeaderClassName
{
color: #5A716E;
}
.AnyTagClassName
{
color: #5A716E;
}
</style>
background-color css
<style>
a { background-color: #5A716E; }
a { background-color: rgb(90,113,110); }
div.DivClassName
{
background-color: #5A716E;
}
.BgClassName
{
background-color: #5A716E;
}
</style>
border-color css
<style>
span { border-color: #5A716E; }
span { border-color: rgb(90,113,110); }
td.TdClassName
{
border-color: #5A716E;
}
.TagClassName
{
border-color: #5A716E;
}
</style>