Shades of William #566D69
Tints of William #566D69
RGB
CMYK
RGB Variations
Color information
#566D69 (or 0x566D69) is known color: William. HEX triplet: 56, 6D and 69. RGB value is (86,109,105). Sum of RGB (Red+Green+Blue) = 86+109+105=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 109 - color contains mainly: green. Hex color #566D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D69 is #A99296. Grayscale: #656565. Windows color (decimal): -11113111 or 6909270. OLE color: 6909270.
HSL color Cylindrical-coordinate representation of color #566D69: hue angle of 169.57º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #566D69 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 109 | 105 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.57 |
| HSL | 169.57º | 0.12% | 0.38% | - |
| HSV(B) | 169.57º | 0.21% | 0.43% | - |
| XYZ | 11.86 | 13.94 | 15.43 | - |
| YUV | 101.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 105 | 0.21 | 0 | 0.04 | 0.57 | 169.57 | 0.12 | 0.38 |
| Hex | 56 | 6D | 69 | 15 | 0 | 4 | 39 | AA | C | 26 |
| Octal | 126 | 155 | 151 | 25 | 0 | 4 | 71 | 252 | 14 | 46 |
| Binary | 1010110 | 1101101 | 1101001 | 10101 | 0 | 100 | 111001 | 10101010 | 1100 | 100110 |
Color Harmonies of #566D69
Complementary color
Monochromatic Colors of #566D69
Black with #566D69
Text Example
Text Example
White with #566D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566D69; }
p { color: rgb(86,109,105); }
H1.HeaderClassName
{
color: #566D69;
}
.AnyTagClassName
{
color: #566D69;
}
</style>
background-color css
<style>
a { background-color: #566D69; }
a { background-color: rgb(86,109,105); }
div.DivClassName
{
background-color: #566D69;
}
.BgClassName
{
background-color: #566D69;
}
</style>
border-color css
<style>
span { border-color: #566D69; }
span { border-color: rgb(86,109,105); }
td.TdClassName
{
border-color: #566D69;
}
.TagClassName
{
border-color: #566D69;
}
</style>