Shades of William #5A706A
Tints of William #5A706A
RGB
CMYK
RGB Variations
Color information
#5A706A (or 0x5A706A) is known color: William. HEX triplet: 5A, 70 and 6A. RGB value is (90,112,106). Sum of RGB (Red+Green+Blue) = 90+112+106=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #5A706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A706A is #A58F95. Grayscale: #686868. Windows color (decimal): -10850198 or 6975578. OLE color: 6975578.
HSL color Cylindrical-coordinate representation of color #5A706A: hue angle of 163.64º 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 #5A706A is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 106 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.56 |
| HSL | 163.64º | 0.11% | 0.4% | - |
| HSV(B) | 163.64º | 0.2% | 0.44% | - |
| XYZ | 12.61 | 14.8 | 15.83 | - |
| YUV | 104.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 106 | 0.20 | 0 | 0.05 | 0.56 | 163.64 | 0.11 | 0.4 |
| Hex | 5A | 70 | 6A | 14 | 0 | 5 | 38 | A4 | B | 28 |
| Octal | 132 | 160 | 152 | 24 | 0 | 5 | 70 | 244 | 13 | 50 |
| Binary | 1011010 | 1110000 | 1101010 | 10100 | 0 | 101 | 111000 | 10100100 | 1011 | 101000 |
Color Harmonies of #5A706A
Complementary color
Monochromatic Colors of #5A706A
Black with #5A706A
Text Example
Text Example
White with #5A706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A706A; }
p { color: rgb(90,112,106); }
H1.HeaderClassName
{
color: #5A706A;
}
.AnyTagClassName
{
color: #5A706A;
}
</style>
background-color css
<style>
a { background-color: #5A706A; }
a { background-color: rgb(90,112,106); }
div.DivClassName
{
background-color: #5A706A;
}
.BgClassName
{
background-color: #5A706A;
}
</style>
border-color css
<style>
span { border-color: #5A706A; }
span { border-color: rgb(90,112,106); }
td.TdClassName
{
border-color: #5A706A;
}
.TagClassName
{
border-color: #5A706A;
}
</style>