Shades of William #5A716B
Tints of William #5A716B
RGB
CMYK
RGB Variations
Color information
#5A716B (or 0x5A716B) is known color: William. HEX triplet: 5A, 71 and 6B. RGB value is (90,113,107). Sum of RGB (Red+Green+Blue) = 90+113+107=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 113 - color contains mainly: green. Hex color #5A716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A716B is #A58E94. Grayscale: #696969. Windows color (decimal): -10849941 or 7041370. OLE color: 7041370.
HSL color Cylindrical-coordinate representation of color #5A716B: hue angle of 164.35º 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 #5A716B is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 107 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.56 |
| HSL | 164.35º | 0.11% | 0.4% | - |
| HSV(B) | 164.35º | 0.2% | 0.44% | - |
| XYZ | 12.78 | 15.05 | 16.14 | - |
| YUV | 105.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 107 | 0.20 | 0 | 0.05 | 0.56 | 164.35 | 0.11 | 0.4 |
| Hex | 5A | 71 | 6B | 14 | 0 | 5 | 38 | A4 | B | 28 |
| Octal | 132 | 161 | 153 | 24 | 0 | 5 | 70 | 244 | 13 | 50 |
| Binary | 1011010 | 1110001 | 1101011 | 10100 | 0 | 101 | 111000 | 10100100 | 1011 | 101000 |
Color Harmonies of #5A716B
Complementary color
Monochromatic Colors of #5A716B
Black with #5A716B
Text Example
Text Example
White with #5A716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A716B; }
p { color: rgb(90,113,107); }
H1.HeaderClassName
{
color: #5A716B;
}
.AnyTagClassName
{
color: #5A716B;
}
</style>
background-color css
<style>
a { background-color: #5A716B; }
a { background-color: rgb(90,113,107); }
div.DivClassName
{
background-color: #5A716B;
}
.BgClassName
{
background-color: #5A716B;
}
</style>
border-color css
<style>
span { border-color: #5A716B; }
span { border-color: rgb(90,113,107); }
td.TdClassName
{
border-color: #5A716B;
}
.TagClassName
{
border-color: #5A716B;
}
</style>