Shades of William #5A7671
Tints of William #5A7671
RGB
CMYK
RGB Variations
Color information
#5A7671 (or 0x5A7671) is known color: William. HEX triplet: 5A, 76 and 71. RGB value is (90,118,113). Sum of RGB (Red+Green+Blue) = 90+118+113=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7671 is #A5898E. Grayscale: #6D6D6D. Windows color (decimal): -10848655 or 7435866. OLE color: 7435866.
HSL color Cylindrical-coordinate representation of color #5A7671: hue angle of 169.29º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7671 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 113 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.54 |
| HSL | 169.29º | 0.13% | 0.41% | - |
| HSV(B) | 169.29º | 0.24% | 0.46% | - |
| XYZ | 13.68 | 16.32 | 18.05 | - |
| YUV | 109.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 113 | 0.24 | 0 | 0.04 | 0.54 | 169.29 | 0.13 | 0.41 |
| Hex | 5A | 76 | 71 | 18 | 0 | 4 | 36 | A9 | D | 29 |
| Octal | 132 | 166 | 161 | 30 | 0 | 4 | 66 | 251 | 15 | 51 |
| Binary | 1011010 | 1110110 | 1110001 | 11000 | 0 | 100 | 110110 | 10101001 | 1101 | 101001 |
Color Harmonies of #5A7671
Complementary color
Monochromatic Colors of #5A7671
Black with #5A7671
Text Example
Text Example
White with #5A7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7671; }
p { color: rgb(90,118,113); }
H1.HeaderClassName
{
color: #5A7671;
}
.AnyTagClassName
{
color: #5A7671;
}
</style>
background-color css
<style>
a { background-color: #5A7671; }
a { background-color: rgb(90,118,113); }
div.DivClassName
{
background-color: #5A7671;
}
.BgClassName
{
background-color: #5A7671;
}
</style>
border-color css
<style>
span { border-color: #5A7671; }
span { border-color: rgb(90,118,113); }
td.TdClassName
{
border-color: #5A7671;
}
.TagClassName
{
border-color: #5A7671;
}
</style>