Shades of William #5A6965
Tints of William #5A6965
RGB
CMYK
RGB Variations
Color information
#5A6965 (or 0x5A6965) is known color: William. HEX triplet: 5A, 69 and 65. RGB value is (90,105,101). Sum of RGB (Red+Green+Blue) = 90+105+101=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6965 is #A5969A. Grayscale: #646464. Windows color (decimal): -10851995 or 6646106. OLE color: 6646106.
HSL color Cylindrical-coordinate representation of color #5A6965: hue angle of 164º 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 #5A6965 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 101 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.59 |
| HSL | 164º | 0.08% | 0.38% | - |
| HSV(B) | 164º | 0.14% | 0.41% | - |
| XYZ | 11.62 | 13.22 | 14.25 | - |
| YUV | 100.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 101 | 0.14 | 0 | 0.04 | 0.59 | 164 | 0.08 | 0.38 |
| Hex | 5A | 69 | 65 | E | 0 | 4 | 3B | A4 | 8 | 26 |
| Octal | 132 | 151 | 145 | 16 | 0 | 4 | 73 | 244 | 10 | 46 |
| Binary | 1011010 | 1101001 | 1100101 | 1110 | 0 | 100 | 111011 | 10100100 | 1000 | 100110 |
Color Harmonies of #5A6965
Complementary color
Monochromatic Colors of #5A6965
Black with #5A6965
Text Example
Text Example
White with #5A6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6965; }
p { color: rgb(90,105,101); }
H1.HeaderClassName
{
color: #5A6965;
}
.AnyTagClassName
{
color: #5A6965;
}
</style>
background-color css
<style>
a { background-color: #5A6965; }
a { background-color: rgb(90,105,101); }
div.DivClassName
{
background-color: #5A6965;
}
.BgClassName
{
background-color: #5A6965;
}
</style>
border-color css
<style>
span { border-color: #5A6965; }
span { border-color: rgb(90,105,101); }
td.TdClassName
{
border-color: #5A6965;
}
.TagClassName
{
border-color: #5A6965;
}
</style>