Shades of William #5A6B68
Tints of William #5A6B68
RGB
CMYK
RGB Variations
Color information
#5A6B68 (or 0x5A6B68) is known color: William. HEX triplet: 5A, 6B and 68. RGB value is (90,107,104). Sum of RGB (Red+Green+Blue) = 90+107+104=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B68 is #A59497. Grayscale: #656565. Windows color (decimal): -10851480 or 6843226. OLE color: 6843226.
HSL color Cylindrical-coordinate representation of color #5A6B68: hue angle of 169.41º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A6B68 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 107 | 104 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.58 |
| HSL | 169.41º | 0.09% | 0.39% | - |
| HSV(B) | 169.41º | 0.16% | 0.42% | - |
| XYZ | 11.97 | 13.69 | 15.11 | - |
| YUV | 101.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 107 | 104 | 0.16 | 0 | 0.03 | 0.58 | 169.41 | 0.09 | 0.39 |
| Hex | 5A | 6B | 68 | 10 | 0 | 3 | 3A | A9 | 9 | 27 |
| Octal | 132 | 153 | 150 | 20 | 0 | 3 | 72 | 251 | 11 | 47 |
| Binary | 1011010 | 1101011 | 1101000 | 10000 | 0 | 11 | 111010 | 10101001 | 1001 | 100111 |
Color Harmonies of #5A6B68
Complementary color
Monochromatic Colors of #5A6B68
Black with #5A6B68
Text Example
Text Example
White with #5A6B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6B68; }
p { color: rgb(90,107,104); }
H1.HeaderClassName
{
color: #5A6B68;
}
.AnyTagClassName
{
color: #5A6B68;
}
</style>
background-color css
<style>
a { background-color: #5A6B68; }
a { background-color: rgb(90,107,104); }
div.DivClassName
{
background-color: #5A6B68;
}
.BgClassName
{
background-color: #5A6B68;
}
</style>
border-color css
<style>
span { border-color: #5A6B68; }
span { border-color: rgb(90,107,104); }
td.TdClassName
{
border-color: #5A6B68;
}
.TagClassName
{
border-color: #5A6B68;
}
</style>