Shades of William #566A65
Tints of William #566A65
RGB
CMYK
RGB Variations
Color information
#566A65 (or 0x566A65) is known color: William. HEX triplet: 56, 6A and 65. RGB value is (86,106,101). Sum of RGB (Red+Green+Blue) = 86+106+101=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 106 - color contains mainly: green. Hex color #566A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A65 is #A9959A. Grayscale: #636363. Windows color (decimal): -11113883 or 6646358. OLE color: 6646358.
HSL color Cylindrical-coordinate representation of color #566A65: hue angle of 165º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #566A65 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 106 | 101 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.58 |
| HSL | 165º | 0.1% | 0.38% | - |
| HSV(B) | 165º | 0.19% | 0.42% | - |
| XYZ | 11.34 | 13.23 | 14.27 | - |
| YUV | 99.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 101 | 0.19 | 0 | 0.05 | 0.58 | 165 | 0.1 | 0.38 |
| Hex | 56 | 6A | 65 | 13 | 0 | 5 | 3A | A5 | A | 26 |
| Octal | 126 | 152 | 145 | 23 | 0 | 5 | 72 | 245 | 12 | 46 |
| Binary | 1010110 | 1101010 | 1100101 | 10011 | 0 | 101 | 111010 | 10100101 | 1010 | 100110 |
Color Harmonies of #566A65
Complementary color
Monochromatic Colors of #566A65
Black with #566A65
Text Example
Text Example
White with #566A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A65; }
p { color: rgb(86,106,101); }
H1.HeaderClassName
{
color: #566A65;
}
.AnyTagClassName
{
color: #566A65;
}
</style>
background-color css
<style>
a { background-color: #566A65; }
a { background-color: rgb(86,106,101); }
div.DivClassName
{
background-color: #566A65;
}
.BgClassName
{
background-color: #566A65;
}
</style>
border-color css
<style>
span { border-color: #566A65; }
span { border-color: rgb(86,106,101); }
td.TdClassName
{
border-color: #566A65;
}
.TagClassName
{
border-color: #566A65;
}
</style>