Shades of William #566F6B
Tints of William #566F6B
RGB
CMYK
RGB Variations
Color information
#566F6B (or 0x566F6B) is known color: William. HEX triplet: 56, 6F and 6B. RGB value is (86,111,107). Sum of RGB (Red+Green+Blue) = 86+111+107=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 111 - color contains mainly: green. Hex color #566F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F6B is #A99094. Grayscale: #676767. Windows color (decimal): -11112597 or 7040854. OLE color: 7040854.
HSL color Cylindrical-coordinate representation of color #566F6B: hue angle of 170.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 #566F6B is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 107 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.56 |
| HSL | 170.4º | 0.13% | 0.39% | - |
| HSV(B) | 170.4º | 0.23% | 0.44% | - |
| XYZ | 12.18 | 14.41 | 16.05 | - |
| YUV | 103.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 107 | 0.23 | 0 | 0.04 | 0.56 | 170.4 | 0.13 | 0.39 |
| Hex | 56 | 6F | 6B | 17 | 0 | 4 | 38 | AA | D | 27 |
| Octal | 126 | 157 | 153 | 27 | 0 | 4 | 70 | 252 | 15 | 47 |
| Binary | 1010110 | 1101111 | 1101011 | 10111 | 0 | 100 | 111000 | 10101010 | 1101 | 100111 |
Color Harmonies of #566F6B
Complementary color
Monochromatic Colors of #566F6B
Black with #566F6B
Text Example
Text Example
White with #566F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F6B; }
p { color: rgb(86,111,107); }
H1.HeaderClassName
{
color: #566F6B;
}
.AnyTagClassName
{
color: #566F6B;
}
</style>
background-color css
<style>
a { background-color: #566F6B; }
a { background-color: rgb(86,111,107); }
div.DivClassName
{
background-color: #566F6B;
}
.BgClassName
{
background-color: #566F6B;
}
</style>
border-color css
<style>
span { border-color: #566F6B; }
span { border-color: rgb(86,111,107); }
td.TdClassName
{
border-color: #566F6B;
}
.TagClassName
{
border-color: #566F6B;
}
</style>