Shades of William #5A6866
Tints of William #5A6866
RGB
CMYK
RGB Variations
Color information
#5A6866 (or 0x5A6866) is known color: William. HEX triplet: 5A, 68 and 66. RGB value is (90,104,102). Sum of RGB (Red+Green+Blue) = 90+104+102=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 104 - color contains mainly: green. Hex color #5A6866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6866 is #A59799. Grayscale: #636363. Windows color (decimal): -10852250 or 6711386. OLE color: 6711386.
HSL color Cylindrical-coordinate representation of color #5A6866: hue angle of 171.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6866 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 102 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.59 |
| HSL | 171.43º | 0.07% | 0.38% | - |
| HSV(B) | 171.43º | 0.13% | 0.41% | - |
| XYZ | 11.57 | 13.03 | 14.48 | - |
| YUV | 99.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 102 | 0.13 | 0 | 0.02 | 0.59 | 171.43 | 0.07 | 0.38 |
| Hex | 5A | 68 | 66 | D | 0 | 2 | 3B | AB | 7 | 26 |
| Octal | 132 | 150 | 146 | 15 | 0 | 2 | 73 | 253 | 7 | 46 |
| Binary | 1011010 | 1101000 | 1100110 | 1101 | 0 | 10 | 111011 | 10101011 | 111 | 100110 |
Color Harmonies of #5A6866
Complementary color
Monochromatic Colors of #5A6866
Black with #5A6866
Text Example
Text Example
White with #5A6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6866; }
p { color: rgb(90,104,102); }
H1.HeaderClassName
{
color: #5A6866;
}
.AnyTagClassName
{
color: #5A6866;
}
</style>
background-color css
<style>
a { background-color: #5A6866; }
a { background-color: rgb(90,104,102); }
div.DivClassName
{
background-color: #5A6866;
}
.BgClassName
{
background-color: #5A6866;
}
</style>
border-color css
<style>
span { border-color: #5A6866; }
span { border-color: rgb(90,104,102); }
td.TdClassName
{
border-color: #5A6866;
}
.TagClassName
{
border-color: #5A6866;
}
</style>