Shades of Wedgewood #566C7F
Tints of Wedgewood #566C7F
RGB
CMYK
RGB Variations
Color information
#566C7F (or 0x566C7F) is known color: Wedgewood. HEX triplet: 56, 6C and 7F. RGB value is (86,108,127). Sum of RGB (Red+Green+Blue) = 86+108+127=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #566C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C7F is #A99380. Grayscale: #676767. Windows color (decimal): -11113345 or 8350806. OLE color: 8350806.
HSL color Cylindrical-coordinate representation of color #566C7F: hue angle of 207.8º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #566C7F is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 108 | 127 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.50 |
| HSL | 207.8º | 0.19% | 0.42% | - |
| HSV(B) | 207.8º | 0.32% | 0.5% | - |
| XYZ | 13.03 | 14.24 | 22.14 | - |
| YUV | 103.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 127 | 0.32 | 0.15 | 0 | 0.50 | 207.8 | 0.19 | 0.42 |
| Hex | 56 | 6C | 7F | 20 | F | 0 | 32 | D0 | 13 | 2A |
| Octal | 126 | 154 | 177 | 40 | 17 | 0 | 62 | 320 | 23 | 52 |
| Binary | 1010110 | 1101100 | 1111111 | 100000 | 1111 | 0 | 110010 | 11010000 | 10011 | 101010 |
Color Harmonies of #566C7F
Complementary color
Monochromatic Colors of #566C7F
Black with #566C7F
Text Example
Text Example
White with #566C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C7F; }
p { color: rgb(86,108,127); }
H1.HeaderClassName
{
color: #566C7F;
}
.AnyTagClassName
{
color: #566C7F;
}
</style>
background-color css
<style>
a { background-color: #566C7F; }
a { background-color: rgb(86,108,127); }
div.DivClassName
{
background-color: #566C7F;
}
.BgClassName
{
background-color: #566C7F;
}
</style>
border-color css
<style>
span { border-color: #566C7F; }
span { border-color: rgb(86,108,127); }
td.TdClassName
{
border-color: #566C7F;
}
.TagClassName
{
border-color: #566C7F;
}
</style>