Shades of William #566E6E
Tints of William #566E6E
RGB
CMYK
RGB Variations
Color information
#566E6E (or 0x566E6E) is known color: William. HEX triplet: 56, 6E and 6E. RGB value is (86,110,110). Sum of RGB (Red+Green+Blue) = 86+110+110=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #566E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E6E is #A99191. Grayscale: #666666. Windows color (decimal): -11112850 or 7237206. OLE color: 7237206.
HSL color Cylindrical-coordinate representation of color #566E6E: hue angle of 180º 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 #566E6E is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 110 | - |
| CMYK | 0.22 | 0 | 0 | 0.57 |
| HSL | 180º | 0.12% | 0.38% | - |
| HSV(B) | 180º | 0.22% | 0.43% | - |
| XYZ | 12.23 | 14.26 | 16.86 | - |
| YUV | 102.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 110 | 0.22 | 0 | 0 | 0.57 | 180 | 0.12 | 0.38 |
| Hex | 56 | 6E | 6E | 16 | 0 | 0 | 39 | B4 | C | 26 |
| Octal | 126 | 156 | 156 | 26 | 0 | 0 | 71 | 264 | 14 | 46 |
| Binary | 1010110 | 1101110 | 1101110 | 10110 | 0 | 0 | 111001 | 10110100 | 1100 | 100110 |
Color Harmonies of #566E6E
Complementary color
Monochromatic Colors of #566E6E
Black with #566E6E
Text Example
Text Example
White with #566E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E6E; }
p { color: rgb(86,110,110); }
H1.HeaderClassName
{
color: #566E6E;
}
.AnyTagClassName
{
color: #566E6E;
}
</style>
background-color css
<style>
a { background-color: #566E6E; }
a { background-color: rgb(86,110,110); }
div.DivClassName
{
background-color: #566E6E;
}
.BgClassName
{
background-color: #566E6E;
}
</style>
border-color css
<style>
span { border-color: #566E6E; }
span { border-color: rgb(86,110,110); }
td.TdClassName
{
border-color: #566E6E;
}
.TagClassName
{
border-color: #566E6E;
}
</style>