Shades of William #566D6A
Tints of William #566D6A
RGB
CMYK
RGB Variations
Color information
#566D6A (or 0x566D6A) is known color: William. HEX triplet: 56, 6D and 6A. RGB value is (86,109,106). Sum of RGB (Red+Green+Blue) = 86+109+106=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 109 - color contains mainly: green. Hex color #566D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D6A is #A99295. Grayscale: #656565. Windows color (decimal): -11113110 or 6974806. OLE color: 6974806.
HSL color Cylindrical-coordinate representation of color #566D6A: hue angle of 172.17º 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 #566D6A is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 109 | 106 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.57 |
| HSL | 172.17º | 0.12% | 0.38% | - |
| HSV(B) | 172.17º | 0.21% | 0.43% | - |
| XYZ | 11.91 | 13.96 | 15.7 | - |
| YUV | 101.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 106 | 0.21 | 0 | 0.03 | 0.57 | 172.17 | 0.12 | 0.38 |
| Hex | 56 | 6D | 6A | 15 | 0 | 3 | 39 | AC | C | 26 |
| Octal | 126 | 155 | 152 | 25 | 0 | 3 | 71 | 254 | 14 | 46 |
| Binary | 1010110 | 1101101 | 1101010 | 10101 | 0 | 11 | 111001 | 10101100 | 1100 | 100110 |
Color Harmonies of #566D6A
Complementary color
Monochromatic Colors of #566D6A
Black with #566D6A
Text Example
Text Example
White with #566D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566D6A; }
p { color: rgb(86,109,106); }
H1.HeaderClassName
{
color: #566D6A;
}
.AnyTagClassName
{
color: #566D6A;
}
</style>
background-color css
<style>
a { background-color: #566D6A; }
a { background-color: rgb(86,109,106); }
div.DivClassName
{
background-color: #566D6A;
}
.BgClassName
{
background-color: #566D6A;
}
</style>
border-color css
<style>
span { border-color: #566D6A; }
span { border-color: rgb(86,109,106); }
td.TdClassName
{
border-color: #566D6A;
}
.TagClassName
{
border-color: #566D6A;
}
</style>