Shades of William #566F6D
Tints of William #566F6D
RGB
CMYK
RGB Variations
Color information
#566F6D (or 0x566F6D) is known color: William. HEX triplet: 56, 6F and 6D. RGB value is (86,111,109). Sum of RGB (Red+Green+Blue) = 86+111+109=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 111 - color contains mainly: green. Hex color #566F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F6D is #A99092. Grayscale: #676767. Windows color (decimal): -11112595 or 7171926. OLE color: 7171926.
HSL color Cylindrical-coordinate representation of color #566F6D: hue angle of 175.2º 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 #566F6D is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 109 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.56 |
| HSL | 175.2º | 0.13% | 0.39% | - |
| HSV(B) | 175.2º | 0.23% | 0.44% | - |
| XYZ | 12.28 | 14.45 | 16.61 | - |
| YUV | 103.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 109 | 0.23 | 0 | 0.02 | 0.56 | 175.2 | 0.13 | 0.39 |
| Hex | 56 | 6F | 6D | 17 | 0 | 2 | 38 | AF | D | 27 |
| Octal | 126 | 157 | 155 | 27 | 0 | 2 | 70 | 257 | 15 | 47 |
| Binary | 1010110 | 1101111 | 1101101 | 10111 | 0 | 10 | 111000 | 10101111 | 1101 | 100111 |
Color Harmonies of #566F6D
Complementary color
Monochromatic Colors of #566F6D
Black with #566F6D
Text Example
Text Example
White with #566F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F6D; }
p { color: rgb(86,111,109); }
H1.HeaderClassName
{
color: #566F6D;
}
.AnyTagClassName
{
color: #566F6D;
}
</style>
background-color css
<style>
a { background-color: #566F6D; }
a { background-color: rgb(86,111,109); }
div.DivClassName
{
background-color: #566F6D;
}
.BgClassName
{
background-color: #566F6D;
}
</style>
border-color css
<style>
span { border-color: #566F6D; }
span { border-color: rgb(86,111,109); }
td.TdClassName
{
border-color: #566F6D;
}
.TagClassName
{
border-color: #566F6D;
}
</style>