Shades of William #5A706B
Tints of William #5A706B
RGB
CMYK
RGB Variations
Color information
#5A706B (or 0x5A706B) is known color: William. HEX triplet: 5A, 70 and 6B. RGB value is (90,112,107). Sum of RGB (Red+Green+Blue) = 90+112+107=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #5A706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A706B is #A58F94. Grayscale: #686868. Windows color (decimal): -10850197 or 7041114. OLE color: 7041114.
HSL color Cylindrical-coordinate representation of color #5A706B: hue angle of 166.36º 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 #5A706B is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 107 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.56 |
| HSL | 166.36º | 0.11% | 0.4% | - |
| HSV(B) | 166.36º | 0.2% | 0.44% | - |
| XYZ | 12.66 | 14.82 | 16.1 | - |
| YUV | 104.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 107 | 0.20 | 0 | 0.04 | 0.56 | 166.36 | 0.11 | 0.4 |
| Hex | 5A | 70 | 6B | 14 | 0 | 4 | 38 | A6 | B | 28 |
| Octal | 132 | 160 | 153 | 24 | 0 | 4 | 70 | 246 | 13 | 50 |
| Binary | 1011010 | 1110000 | 1101011 | 10100 | 0 | 100 | 111000 | 10100110 | 1011 | 101000 |
Color Harmonies of #5A706B
Complementary color
Monochromatic Colors of #5A706B
Black with #5A706B
Text Example
Text Example
White with #5A706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A706B; }
p { color: rgb(90,112,107); }
H1.HeaderClassName
{
color: #5A706B;
}
.AnyTagClassName
{
color: #5A706B;
}
</style>
background-color css
<style>
a { background-color: #5A706B; }
a { background-color: rgb(90,112,107); }
div.DivClassName
{
background-color: #5A706B;
}
.BgClassName
{
background-color: #5A706B;
}
</style>
border-color css
<style>
span { border-color: #5A706B; }
span { border-color: rgb(90,112,107); }
td.TdClassName
{
border-color: #5A706B;
}
.TagClassName
{
border-color: #5A706B;
}
</style>