Shades of William #566F68
Tints of William #566F68
RGB
CMYK
RGB Variations
Color information
#566F68 (or 0x566F68) is known color: William. HEX triplet: 56, 6F and 68. RGB value is (86,111,104). Sum of RGB (Red+Green+Blue) = 86+111+104=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 111 - color contains mainly: green. Hex color #566F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F68 is #A99097. Grayscale: #666666. Windows color (decimal): -11112600 or 6844246. OLE color: 6844246.
HSL color Cylindrical-coordinate representation of color #566F68: hue angle of 163.2º 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 #566F68 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 104 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.56 |
| HSL | 163.2º | 0.13% | 0.39% | - |
| HSV(B) | 163.2º | 0.23% | 0.44% | - |
| XYZ | 12.02 | 14.35 | 15.23 | - |
| YUV | 102.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 104 | 0.23 | 0 | 0.06 | 0.56 | 163.2 | 0.13 | 0.39 |
| Hex | 56 | 6F | 68 | 17 | 0 | 6 | 38 | A3 | D | 27 |
| Octal | 126 | 157 | 150 | 27 | 0 | 6 | 70 | 243 | 15 | 47 |
| Binary | 1010110 | 1101111 | 1101000 | 10111 | 0 | 110 | 111000 | 10100011 | 1101 | 100111 |
Color Harmonies of #566F68
Complementary color
Monochromatic Colors of #566F68
Black with #566F68
Text Example
Text Example
White with #566F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F68; }
p { color: rgb(86,111,104); }
H1.HeaderClassName
{
color: #566F68;
}
.AnyTagClassName
{
color: #566F68;
}
</style>
background-color css
<style>
a { background-color: #566F68; }
a { background-color: rgb(86,111,104); }
div.DivClassName
{
background-color: #566F68;
}
.BgClassName
{
background-color: #566F68;
}
</style>
border-color css
<style>
span { border-color: #566F68; }
span { border-color: rgb(86,111,104); }
td.TdClassName
{
border-color: #566F68;
}
.TagClassName
{
border-color: #566F68;
}
</style>