Shades of William #566F70
Tints of William #566F70
RGB
CMYK
RGB Variations
Color information
#566F70 (or 0x566F70) is known color: William. HEX triplet: 56, 6F and 70. RGB value is (86,111,112). Sum of RGB (Red+Green+Blue) = 86+111+112=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #566F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F70 is #A9908F. Grayscale: #676767. Windows color (decimal): -11112592 or 7368534. OLE color: 7368534.
HSL color Cylindrical-coordinate representation of color #566F70: hue angle of 182.31º 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 #566F70 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 112 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.56 |
| HSL | 182.31º | 0.13% | 0.39% | - |
| HSV(B) | 182.31º | 0.23% | 0.44% | - |
| XYZ | 12.45 | 14.52 | 17.48 | - |
| YUV | 103.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 112 | 0.23 | 0.01 | 0 | 0.56 | 182.31 | 0.13 | 0.39 |
| Hex | 56 | 6F | 70 | 17 | 1 | 0 | 38 | B6 | D | 27 |
| Octal | 126 | 157 | 160 | 27 | 1 | 0 | 70 | 266 | 15 | 47 |
| Binary | 1010110 | 1101111 | 1110000 | 10111 | 1 | 0 | 111000 | 10110110 | 1101 | 100111 |
Color Harmonies of #566F70
Complementary color
Monochromatic Colors of #566F70
Black with #566F70
Text Example
Text Example
White with #566F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F70; }
p { color: rgb(86,111,112); }
H1.HeaderClassName
{
color: #566F70;
}
.AnyTagClassName
{
color: #566F70;
}
</style>
background-color css
<style>
a { background-color: #566F70; }
a { background-color: rgb(86,111,112); }
div.DivClassName
{
background-color: #566F70;
}
.BgClassName
{
background-color: #566F70;
}
</style>
border-color css
<style>
span { border-color: #566F70; }
span { border-color: rgb(86,111,112); }
td.TdClassName
{
border-color: #566F70;
}
.TagClassName
{
border-color: #566F70;
}
</style>