Shades of William #566E6F
Tints of William #566E6F
RGB
CMYK
RGB Variations
Color information
#566E6F (or 0x566E6F) is known color: William. HEX triplet: 56, 6E and 6F. RGB value is (86,110,111). Sum of RGB (Red+Green+Blue) = 86+110+111=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 111 - color contains mainly: blue. Hex color #566E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E6F is #A99190. Grayscale: #666666. Windows color (decimal): -11112849 or 7302742. OLE color: 7302742.
HSL color Cylindrical-coordinate representation of color #566E6F: hue angle of 182.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #566E6F is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 110 | 111 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.56 |
| HSL | 182.4º | 0.13% | 0.39% | - |
| HSV(B) | 182.4º | 0.23% | 0.44% | - |
| XYZ | 12.28 | 14.28 | 17.15 | - |
| YUV | 102.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 111 | 0.23 | 0.01 | 0 | 0.56 | 182.4 | 0.13 | 0.39 |
| Hex | 56 | 6E | 6F | 17 | 1 | 0 | 38 | B6 | D | 27 |
| Octal | 126 | 156 | 157 | 27 | 1 | 0 | 70 | 266 | 15 | 47 |
| Binary | 1010110 | 1101110 | 1101111 | 10111 | 1 | 0 | 111000 | 10110110 | 1101 | 100111 |
Color Harmonies of #566E6F
Complementary color
Monochromatic Colors of #566E6F
Black with #566E6F
Text Example
Text Example
White with #566E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E6F; }
p { color: rgb(86,110,111); }
H1.HeaderClassName
{
color: #566E6F;
}
.AnyTagClassName
{
color: #566E6F;
}
</style>
background-color css
<style>
a { background-color: #566E6F; }
a { background-color: rgb(86,110,111); }
div.DivClassName
{
background-color: #566E6F;
}
.BgClassName
{
background-color: #566E6F;
}
</style>
border-color css
<style>
span { border-color: #566E6F; }
span { border-color: rgb(86,110,111); }
td.TdClassName
{
border-color: #566E6F;
}
.TagClassName
{
border-color: #566E6F;
}
</style>