Shades of William #566D6E
Tints of William #566D6E
RGB
CMYK
RGB Variations
Color information
#566D6E (or 0x566D6E) is known color: William. HEX triplet: 56, 6D and 6E. RGB value is (86,109,110). Sum of RGB (Red+Green+Blue) = 86+109+110=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 110 - color contains mainly: blue. Hex color #566D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D6E is #A99291. Grayscale: #666666. Windows color (decimal): -11113106 or 7236950. OLE color: 7236950.
HSL color Cylindrical-coordinate representation of color #566D6E: hue angle of 182.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 #566D6E is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 109 | 110 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.57 |
| HSL | 182.5º | 0.12% | 0.38% | - |
| HSV(B) | 182.5º | 0.22% | 0.43% | - |
| XYZ | 12.12 | 14.04 | 16.82 | - |
| YUV | 102.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 110 | 0.22 | 0.01 | 0 | 0.57 | 182.5 | 0.12 | 0.38 |
| Hex | 56 | 6D | 6E | 16 | 1 | 0 | 39 | B6 | C | 26 |
| Octal | 126 | 155 | 156 | 26 | 1 | 0 | 71 | 266 | 14 | 46 |
| Binary | 1010110 | 1101101 | 1101110 | 10110 | 1 | 0 | 111001 | 10110110 | 1100 | 100110 |
Color Harmonies of #566D6E
Complementary color
Monochromatic Colors of #566D6E
Black with #566D6E
Text Example
Text Example
White with #566D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566D6E; }
p { color: rgb(86,109,110); }
H1.HeaderClassName
{
color: #566D6E;
}
.AnyTagClassName
{
color: #566D6E;
}
</style>
background-color css
<style>
a { background-color: #566D6E; }
a { background-color: rgb(86,109,110); }
div.DivClassName
{
background-color: #566D6E;
}
.BgClassName
{
background-color: #566D6E;
}
</style>
border-color css
<style>
span { border-color: #566D6E; }
span { border-color: rgb(86,109,110); }
td.TdClassName
{
border-color: #566D6E;
}
.TagClassName
{
border-color: #566D6E;
}
</style>