Shades of William #566F6F
Tints of William #566F6F
RGB
CMYK
RGB Variations
Color information
#566F6F (or 0x566F6F) is known color: William. HEX triplet: 56, 6F and 6F. RGB value is (86,111,111). Sum of RGB (Red+Green+Blue) = 86+111+111=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #566F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F6F is #A99090. Grayscale: #676767. Windows color (decimal): -11112593 or 7302998. OLE color: 7302998.
HSL color Cylindrical-coordinate representation of color #566F6F: hue angle of 180º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #566F6F is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 111 | - |
| CMYK | 0.23 | 0 | 0 | 0.56 |
| HSL | 180º | 0.13% | 0.39% | - |
| HSV(B) | 180º | 0.23% | 0.44% | - |
| XYZ | 12.39 | 14.5 | 17.18 | - |
| YUV | 103.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 111 | 0.23 | 0 | 0 | 0.56 | 180 | 0.13 | 0.39 |
| Hex | 56 | 6F | 6F | 17 | 0 | 0 | 38 | B4 | D | 27 |
| Octal | 126 | 157 | 157 | 27 | 0 | 0 | 70 | 264 | 15 | 47 |
| Binary | 1010110 | 1101111 | 1101111 | 10111 | 0 | 0 | 111000 | 10110100 | 1101 | 100111 |
Color Harmonies of #566F6F
Complementary color
Monochromatic Colors of #566F6F
Black with #566F6F
Text Example
Text Example
White with #566F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F6F; }
p { color: rgb(86,111,111); }
H1.HeaderClassName
{
color: #566F6F;
}
.AnyTagClassName
{
color: #566F6F;
}
</style>
background-color css
<style>
a { background-color: #566F6F; }
a { background-color: rgb(86,111,111); }
div.DivClassName
{
background-color: #566F6F;
}
.BgClassName
{
background-color: #566F6F;
}
</style>
border-color css
<style>
span { border-color: #566F6F; }
span { border-color: rgb(86,111,111); }
td.TdClassName
{
border-color: #566F6F;
}
.TagClassName
{
border-color: #566F6F;
}
</style>