Shades of William #566E68
Tints of William #566E68
RGB
CMYK
RGB Variations
Color information
#566E68 (or 0x566E68) is known color: William. HEX triplet: 56, 6E and 68. RGB value is (86,110,104). Sum of RGB (Red+Green+Blue) = 86+110+104=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 110 - color contains mainly: green. Hex color #566E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E68 is #A99197. Grayscale: #666666. Windows color (decimal): -11112856 or 6843990. OLE color: 6843990.
HSL color Cylindrical-coordinate representation of color #566E68: hue angle of 165º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #566E68 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 104 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.57 |
| HSL | 165º | 0.12% | 0.38% | - |
| HSV(B) | 165º | 0.22% | 0.43% | - |
| XYZ | 11.91 | 14.13 | 15.2 | - |
| YUV | 102.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 104 | 0.22 | 0 | 0.05 | 0.57 | 165 | 0.12 | 0.38 |
| Hex | 56 | 6E | 68 | 16 | 0 | 5 | 39 | A5 | C | 26 |
| Octal | 126 | 156 | 150 | 26 | 0 | 5 | 71 | 245 | 14 | 46 |
| Binary | 1010110 | 1101110 | 1101000 | 10110 | 0 | 101 | 111001 | 10100101 | 1100 | 100110 |
Color Harmonies of #566E68
Complementary color
Monochromatic Colors of #566E68
Black with #566E68
Text Example
Text Example
White with #566E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E68; }
p { color: rgb(86,110,104); }
H1.HeaderClassName
{
color: #566E68;
}
.AnyTagClassName
{
color: #566E68;
}
</style>
background-color css
<style>
a { background-color: #566E68; }
a { background-color: rgb(86,110,104); }
div.DivClassName
{
background-color: #566E68;
}
.BgClassName
{
background-color: #566E68;
}
</style>
border-color css
<style>
span { border-color: #566E68; }
span { border-color: rgb(86,110,104); }
td.TdClassName
{
border-color: #566E68;
}
.TagClassName
{
border-color: #566E68;
}
</style>