Shades of William #5A6C68
Tints of William #5A6C68
RGB
CMYK
RGB Variations
Color information
#5A6C68 (or 0x5A6C68) is known color: William. HEX triplet: 5A, 6C and 68. RGB value is (90,108,104). Sum of RGB (Red+Green+Blue) = 90+108+104=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C68 is #A59397. Grayscale: #666666. Windows color (decimal): -10851224 or 6843482. OLE color: 6843482.
HSL color Cylindrical-coordinate representation of color #5A6C68: hue angle of 166.67º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A6C68 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 108 | 104 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.58 |
| HSL | 166.67º | 0.09% | 0.39% | - |
| HSV(B) | 166.67º | 0.17% | 0.42% | - |
| XYZ | 12.08 | 13.9 | 15.14 | - |
| YUV | 102.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 108 | 104 | 0.17 | 0 | 0.04 | 0.58 | 166.67 | 0.09 | 0.39 |
| Hex | 5A | 6C | 68 | 11 | 0 | 4 | 3A | A7 | 9 | 27 |
| Octal | 132 | 154 | 150 | 21 | 0 | 4 | 72 | 247 | 11 | 47 |
| Binary | 1011010 | 1101100 | 1101000 | 10001 | 0 | 100 | 111010 | 10100111 | 1001 | 100111 |
Color Harmonies of #5A6C68
Complementary color
Monochromatic Colors of #5A6C68
Black with #5A6C68
Text Example
Text Example
White with #5A6C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6C68; }
p { color: rgb(90,108,104); }
H1.HeaderClassName
{
color: #5A6C68;
}
.AnyTagClassName
{
color: #5A6C68;
}
</style>
background-color css
<style>
a { background-color: #5A6C68; }
a { background-color: rgb(90,108,104); }
div.DivClassName
{
background-color: #5A6C68;
}
.BgClassName
{
background-color: #5A6C68;
}
</style>
border-color css
<style>
span { border-color: #5A6C68; }
span { border-color: rgb(90,108,104); }
td.TdClassName
{
border-color: #5A6C68;
}
.TagClassName
{
border-color: #5A6C68;
}
</style>