Shades of William #566C68
Tints of William #566C68
RGB
CMYK
RGB Variations
Color information
#566C68 (or 0x566C68) is known color: William. HEX triplet: 56, 6C and 68. RGB value is (86,108,104). Sum of RGB (Red+Green+Blue) = 86+108+104=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 108 - color contains mainly: green. Hex color #566C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C68 is #A99397. Grayscale: #646464. Windows color (decimal): -11113368 or 6843478. OLE color: 6843478.
HSL color Cylindrical-coordinate representation of color #566C68: hue angle of 169.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #566C68 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 108 | 104 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.58 |
| HSL | 169.09º | 0.11% | 0.38% | - |
| HSV(B) | 169.09º | 0.2% | 0.42% | - |
| XYZ | 11.7 | 13.7 | 15.13 | - |
| YUV | 100.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 104 | 0.20 | 0 | 0.04 | 0.58 | 169.09 | 0.11 | 0.38 |
| Hex | 56 | 6C | 68 | 14 | 0 | 4 | 3A | A9 | B | 26 |
| Octal | 126 | 154 | 150 | 24 | 0 | 4 | 72 | 251 | 13 | 46 |
| Binary | 1010110 | 1101100 | 1101000 | 10100 | 0 | 100 | 111010 | 10101001 | 1011 | 100110 |
Color Harmonies of #566C68
Complementary color
Monochromatic Colors of #566C68
Black with #566C68
Text Example
Text Example
White with #566C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C68; }
p { color: rgb(86,108,104); }
H1.HeaderClassName
{
color: #566C68;
}
.AnyTagClassName
{
color: #566C68;
}
</style>
background-color css
<style>
a { background-color: #566C68; }
a { background-color: rgb(86,108,104); }
div.DivClassName
{
background-color: #566C68;
}
.BgClassName
{
background-color: #566C68;
}
</style>
border-color css
<style>
span { border-color: #566C68; }
span { border-color: rgb(86,108,104); }
td.TdClassName
{
border-color: #566C68;
}
.TagClassName
{
border-color: #566C68;
}
</style>