Shades of William #566D68
Tints of William #566D68
RGB
CMYK
RGB Variations
Color information
#566D68 (or 0x566D68) is known color: William. HEX triplet: 56, 6D and 68. RGB value is (86,109,104). Sum of RGB (Red+Green+Blue) = 86+109+104=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 109 - color contains mainly: green. Hex color #566D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D68 is #A99297. Grayscale: #656565. Windows color (decimal): -11113112 or 6843734. OLE color: 6843734.
HSL color Cylindrical-coordinate representation of color #566D68: hue angle of 166.96º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #566D68 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 109 | 104 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.57 |
| HSL | 166.96º | 0.12% | 0.38% | - |
| HSV(B) | 166.96º | 0.21% | 0.43% | - |
| XYZ | 11.81 | 13.92 | 15.16 | - |
| YUV | 101.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 104 | 0.21 | 0 | 0.05 | 0.57 | 166.96 | 0.12 | 0.38 |
| Hex | 56 | 6D | 68 | 15 | 0 | 5 | 39 | A7 | C | 26 |
| Octal | 126 | 155 | 150 | 25 | 0 | 5 | 71 | 247 | 14 | 46 |
| Binary | 1010110 | 1101101 | 1101000 | 10101 | 0 | 101 | 111001 | 10100111 | 1100 | 100110 |
Color Harmonies of #566D68
Complementary color
Monochromatic Colors of #566D68
Black with #566D68
Text Example
Text Example
White with #566D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566D68; }
p { color: rgb(86,109,104); }
H1.HeaderClassName
{
color: #566D68;
}
.AnyTagClassName
{
color: #566D68;
}
</style>
background-color css
<style>
a { background-color: #566D68; }
a { background-color: rgb(86,109,104); }
div.DivClassName
{
background-color: #566D68;
}
.BgClassName
{
background-color: #566D68;
}
</style>
border-color css
<style>
span { border-color: #566D68; }
span { border-color: rgb(86,109,104); }
td.TdClassName
{
border-color: #566D68;
}
.TagClassName
{
border-color: #566D68;
}
</style>