Shades of William #566E6D
Tints of William #566E6D
RGB
CMYK
RGB Variations
Color information
#566E6D (or 0x566E6D) is known color: William. HEX triplet: 56, 6E and 6D. RGB value is (86,110,109). Sum of RGB (Red+Green+Blue) = 86+110+109=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 110 - color contains mainly: green. Hex color #566E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E6D is #A99192. Grayscale: #666666. Windows color (decimal): -11112851 or 7171670. OLE color: 7171670.
HSL color Cylindrical-coordinate representation of color #566E6D: hue angle of 177.5º 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 #566E6D is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 109 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.57 |
| HSL | 177.5º | 0.12% | 0.38% | - |
| HSV(B) | 177.5º | 0.22% | 0.43% | - |
| XYZ | 12.17 | 14.23 | 16.57 | - |
| YUV | 102.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 109 | 0.22 | 0 | 0.01 | 0.57 | 177.5 | 0.12 | 0.38 |
| Hex | 56 | 6E | 6D | 16 | 0 | 1 | 39 | B2 | C | 26 |
| Octal | 126 | 156 | 155 | 26 | 0 | 1 | 71 | 262 | 14 | 46 |
| Binary | 1010110 | 1101110 | 1101101 | 10110 | 0 | 1 | 111001 | 10110010 | 1100 | 100110 |
Color Harmonies of #566E6D
Complementary color
Monochromatic Colors of #566E6D
Black with #566E6D
Text Example
Text Example
White with #566E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E6D; }
p { color: rgb(86,110,109); }
H1.HeaderClassName
{
color: #566E6D;
}
.AnyTagClassName
{
color: #566E6D;
}
</style>
background-color css
<style>
a { background-color: #566E6D; }
a { background-color: rgb(86,110,109); }
div.DivClassName
{
background-color: #566E6D;
}
.BgClassName
{
background-color: #566E6D;
}
</style>
border-color css
<style>
span { border-color: #566E6D; }
span { border-color: rgb(86,110,109); }
td.TdClassName
{
border-color: #566E6D;
}
.TagClassName
{
border-color: #566E6D;
}
</style>