Shades of William #566E6B
Tints of William #566E6B
RGB
CMYK
RGB Variations
Color information
#566E6B (or 0x566E6B) is known color: William. HEX triplet: 56, 6E and 6B. RGB value is (86,110,107). Sum of RGB (Red+Green+Blue) = 86+110+107=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 110 - color contains mainly: green. Hex color #566E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E6B is #A99194. Grayscale: #666666. Windows color (decimal): -11112853 or 7040598. OLE color: 7040598.
HSL color Cylindrical-coordinate representation of color #566E6B: hue angle of 172.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 #566E6B is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
RGB | 86 | 110 | 107 | - |
CMYK | 0.22 | 0 | 0.03 | 0.57 |
HSL | 172.5º | 0.12% | 0.38% | - |
HSV(B) | 172.5º | 0.22% | 0.43% | - |
XYZ | 12.07 | 14.19 | 16.01 | - |
YUV | 102.48 | 130.55 | 116.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 110 | 107 | 0.22 | 0 | 0.03 | 0.57 | 172.5 | 0.12 | 0.38 |
Hex | 56 | 6E | 6B | 16 | 0 | 3 | 39 | AC | C | 26 |
Octal | 126 | 156 | 153 | 26 | 0 | 3 | 71 | 254 | 14 | 46 |
Binary | 1010110 | 1101110 | 1101011 | 10110 | 0 | 11 | 111001 | 10101100 | 1100 | 100110 |
Color Harmonies of #566E6B
Complementary color
Monochromatic Colors of #566E6B
Black with #566E6B
Text Example
Text Example
White with #566E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E6B; }
p { color: rgb(86,110,107); }
H1.HeaderClassName
{
color: #566E6B;
}
.AnyTagClassName
{
color: #566E6B;
}
</style>
background-color css
<style>
a { background-color: #566E6B; }
a { background-color: rgb(86,110,107); }
div.DivClassName
{
background-color: #566E6B;
}
.BgClassName
{
background-color: #566E6B;
}
</style>
border-color css
<style>
span { border-color: #566E6B; }
span { border-color: rgb(86,110,107); }
td.TdClassName
{
border-color: #566E6B;
}
.TagClassName
{
border-color: #566E6B;
}
</style>