Shades of William #566E69
Tints of William #566E69
RGB
CMYK
RGB Variations
Color information
#566E69 (or 0x566E69) is known color: William. HEX triplet: 56, 6E and 69. RGB value is (86,110,105). Sum of RGB (Red+Green+Blue) = 86+110+105=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 110 - color contains mainly: green. Hex color #566E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E69 is #A99196. Grayscale: #666666. Windows color (decimal): -11112855 or 6909526. OLE color: 6909526.
HSL color Cylindrical-coordinate representation of color #566E69: hue angle of 167.5º 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 #566E69 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 105 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.57 |
| HSL | 167.5º | 0.12% | 0.38% | - |
| HSV(B) | 167.5º | 0.22% | 0.43% | - |
| XYZ | 11.96 | 14.15 | 15.47 | - |
| YUV | 102.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 105 | 0.22 | 0 | 0.05 | 0.57 | 167.5 | 0.12 | 0.38 |
| Hex | 56 | 6E | 69 | 16 | 0 | 5 | 39 | A8 | C | 26 |
| Octal | 126 | 156 | 151 | 26 | 0 | 5 | 71 | 250 | 14 | 46 |
| Binary | 1010110 | 1101110 | 1101001 | 10110 | 0 | 101 | 111001 | 10101000 | 1100 | 100110 |
Color Harmonies of #566E69
Complementary color
Monochromatic Colors of #566E69
Black with #566E69
Text Example
Text Example
White with #566E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E69; }
p { color: rgb(86,110,105); }
H1.HeaderClassName
{
color: #566E69;
}
.AnyTagClassName
{
color: #566E69;
}
</style>
background-color css
<style>
a { background-color: #566E69; }
a { background-color: rgb(86,110,105); }
div.DivClassName
{
background-color: #566E69;
}
.BgClassName
{
background-color: #566E69;
}
</style>
border-color css
<style>
span { border-color: #566E69; }
span { border-color: rgb(86,110,105); }
td.TdClassName
{
border-color: #566E69;
}
.TagClassName
{
border-color: #566E69;
}
</style>