Shades of William #5A7771
Tints of William #5A7771
RGB
CMYK
RGB Variations
Color information
#5A7771 (or 0x5A7771) is known color: William. HEX triplet: 5A, 77 and 71. RGB value is (90,119,113). Sum of RGB (Red+Green+Blue) = 90+119+113=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7771 is #A5888E. Grayscale: #6D6D6D. Windows color (decimal): -10848399 or 7436122. OLE color: 7436122.
HSL color Cylindrical-coordinate representation of color #5A7771: hue angle of 167.59º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7771 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 113 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.53 |
| HSL | 167.59º | 0.14% | 0.41% | - |
| HSV(B) | 167.59º | 0.24% | 0.47% | - |
| XYZ | 13.79 | 16.56 | 18.09 | - |
| YUV | 109.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 113 | 0.24 | 0 | 0.05 | 0.53 | 167.59 | 0.14 | 0.41 |
| Hex | 5A | 77 | 71 | 18 | 0 | 5 | 35 | A8 | E | 29 |
| Octal | 132 | 167 | 161 | 30 | 0 | 5 | 65 | 250 | 16 | 51 |
| Binary | 1011010 | 1110111 | 1110001 | 11000 | 0 | 101 | 110101 | 10101000 | 1110 | 101001 |
Color Harmonies of #5A7771
Complementary color
Monochromatic Colors of #5A7771
Black with #5A7771
Text Example
Text Example
White with #5A7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7771; }
p { color: rgb(90,119,113); }
H1.HeaderClassName
{
color: #5A7771;
}
.AnyTagClassName
{
color: #5A7771;
}
</style>
background-color css
<style>
a { background-color: #5A7771; }
a { background-color: rgb(90,119,113); }
div.DivClassName
{
background-color: #5A7771;
}
.BgClassName
{
background-color: #5A7771;
}
</style>
border-color css
<style>
span { border-color: #5A7771; }
span { border-color: rgb(90,119,113); }
td.TdClassName
{
border-color: #5A7771;
}
.TagClassName
{
border-color: #5A7771;
}
</style>