Shades of William #566A64
Tints of William #566A64
RGB
CMYK
RGB Variations
Color information
#566A64 (or 0x566A64) is known color: William. HEX triplet: 56, 6A and 64. RGB value is (86,106,100). Sum of RGB (Red+Green+Blue) = 86+106+100=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 106 - color contains mainly: green. Hex color #566A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A64 is #A9959B. Grayscale: #636363. Windows color (decimal): -11113884 or 6580822. OLE color: 6580822.
HSL color Cylindrical-coordinate representation of color #566A64: hue angle of 162º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #566A64 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 106 | 100 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.58 |
| HSL | 162º | 0.1% | 0.38% | - |
| HSV(B) | 162º | 0.19% | 0.42% | - |
| XYZ | 11.29 | 13.21 | 14.01 | - |
| YUV | 99.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 100 | 0.19 | 0 | 0.06 | 0.58 | 162 | 0.1 | 0.38 |
| Hex | 56 | 6A | 64 | 13 | 0 | 6 | 3A | A2 | A | 26 |
| Octal | 126 | 152 | 144 | 23 | 0 | 6 | 72 | 242 | 12 | 46 |
| Binary | 1010110 | 1101010 | 1100100 | 10011 | 0 | 110 | 111010 | 10100010 | 1010 | 100110 |
Color Harmonies of #566A64
Complementary color
Monochromatic Colors of #566A64
Black with #566A64
Text Example
Text Example
White with #566A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A64; }
p { color: rgb(86,106,100); }
H1.HeaderClassName
{
color: #566A64;
}
.AnyTagClassName
{
color: #566A64;
}
</style>
background-color css
<style>
a { background-color: #566A64; }
a { background-color: rgb(86,106,100); }
div.DivClassName
{
background-color: #566A64;
}
.BgClassName
{
background-color: #566A64;
}
</style>
border-color css
<style>
span { border-color: #566A64; }
span { border-color: rgb(86,106,100); }
td.TdClassName
{
border-color: #566A64;
}
.TagClassName
{
border-color: #566A64;
}
</style>