Shades of Wedgewood #566B83
Tints of Wedgewood #566B83
RGB
CMYK
RGB Variations
Color information
#566B83 (or 0x566B83) is known color: Wedgewood. HEX triplet: 56, 6B and 83. RGB value is (86,107,131). Sum of RGB (Red+Green+Blue) = 86+107+131=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #566B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B83 is #A9947C. Grayscale: #676767. Windows color (decimal): -11113597 or 8612694. OLE color: 8612694.
HSL color Cylindrical-coordinate representation of color #566B83: hue angle of 212º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #566B83 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 107 | 131 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.49 |
| HSL | 212º | 0.21% | 0.43% | - |
| HSV(B) | 212º | 0.34% | 0.51% | - |
| XYZ | 13.19 | 14.13 | 23.51 | - |
| YUV | 103.46 | 143.54 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 131 | 0.34 | 0.18 | 0 | 0.49 | 212 | 0.21 | 0.43 |
| Hex | 56 | 6B | 83 | 22 | 12 | 0 | 31 | D4 | 15 | 2B |
| Octal | 126 | 153 | 203 | 42 | 22 | 0 | 61 | 324 | 25 | 53 |
| Binary | 1010110 | 1101011 | 10000011 | 100010 | 10010 | 0 | 110001 | 11010100 | 10101 | 101011 |
Color Harmonies of #566B83
Complementary color
Monochromatic Colors of #566B83
Black with #566B83
Text Example
Text Example
White with #566B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566B83; }
p { color: rgb(86,107,131); }
H1.HeaderClassName
{
color: #566B83;
}
.AnyTagClassName
{
color: #566B83;
}
</style>
background-color css
<style>
a { background-color: #566B83; }
a { background-color: rgb(86,107,131); }
div.DivClassName
{
background-color: #566B83;
}
.BgClassName
{
background-color: #566B83;
}
</style>
border-color css
<style>
span { border-color: #566B83; }
span { border-color: rgb(86,107,131); }
td.TdClassName
{
border-color: #566B83;
}
.TagClassName
{
border-color: #566B83;
}
</style>