Shades of William #5A6964
Tints of William #5A6964
RGB
CMYK
RGB Variations
Color information
#5A6964 (or 0x5A6964) is known color: William. HEX triplet: 5A, 69 and 64. RGB value is (90,105,100). Sum of RGB (Red+Green+Blue) = 90+105+100=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6964 is #A5969B. Grayscale: #636363. Windows color (decimal): -10851996 or 6580570. OLE color: 6580570.
HSL color Cylindrical-coordinate representation of color #5A6964: hue angle of 160º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A6964 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 100 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.59 |
| HSL | 160º | 0.08% | 0.38% | - |
| HSV(B) | 160º | 0.14% | 0.41% | - |
| XYZ | 11.57 | 13.2 | 13.99 | - |
| YUV | 99.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 100 | 0.14 | 0 | 0.05 | 0.59 | 160 | 0.08 | 0.38 |
| Hex | 5A | 69 | 64 | E | 0 | 5 | 3B | A0 | 8 | 26 |
| Octal | 132 | 151 | 144 | 16 | 0 | 5 | 73 | 240 | 10 | 46 |
| Binary | 1011010 | 1101001 | 1100100 | 1110 | 0 | 101 | 111011 | 10100000 | 1000 | 100110 |
Color Harmonies of #5A6964
Complementary color
Monochromatic Colors of #5A6964
Black with #5A6964
Text Example
Text Example
White with #5A6964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6964; }
p { color: rgb(90,105,100); }
H1.HeaderClassName
{
color: #5A6964;
}
.AnyTagClassName
{
color: #5A6964;
}
</style>
background-color css
<style>
a { background-color: #5A6964; }
a { background-color: rgb(90,105,100); }
div.DivClassName
{
background-color: #5A6964;
}
.BgClassName
{
background-color: #5A6964;
}
</style>
border-color css
<style>
span { border-color: #5A6964; }
span { border-color: rgb(90,105,100); }
td.TdClassName
{
border-color: #5A6964;
}
.TagClassName
{
border-color: #5A6964;
}
</style>