Shades of Wedgewood #566F83
Tints of Wedgewood #566F83
RGB
CMYK
RGB Variations
Color information
#566F83 (or 0x566F83) is known color: Wedgewood. HEX triplet: 56, 6F and 83. RGB value is (86,111,131). Sum of RGB (Red+Green+Blue) = 86+111+131=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 131 - color contains mainly: blue. Hex color #566F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F83 is #A9907C. Grayscale: #696969. Windows color (decimal): -11112573 or 8613718. OLE color: 8613718.
HSL color Cylindrical-coordinate representation of color #566F83: hue angle of 206.67º 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 #566F83 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 111 | 131 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.49 |
| HSL | 206.67º | 0.21% | 0.43% | - |
| HSV(B) | 206.67º | 0.34% | 0.51% | - |
| XYZ | 13.62 | 14.99 | 23.65 | - |
| YUV | 105.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 131 | 0.34 | 0.15 | 0 | 0.49 | 206.67 | 0.21 | 0.43 |
| Hex | 56 | 6F | 83 | 22 | F | 0 | 31 | CF | 15 | 2B |
| Octal | 126 | 157 | 203 | 42 | 17 | 0 | 61 | 317 | 25 | 53 |
| Binary | 1010110 | 1101111 | 10000011 | 100010 | 1111 | 0 | 110001 | 11001111 | 10101 | 101011 |
Color Harmonies of #566F83
Complementary color
Monochromatic Colors of #566F83
Black with #566F83
Text Example
Text Example
White with #566F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F83; }
p { color: rgb(86,111,131); }
H1.HeaderClassName
{
color: #566F83;
}
.AnyTagClassName
{
color: #566F83;
}
</style>
background-color css
<style>
a { background-color: #566F83; }
a { background-color: rgb(86,111,131); }
div.DivClassName
{
background-color: #566F83;
}
.BgClassName
{
background-color: #566F83;
}
</style>
border-color css
<style>
span { border-color: #566F83; }
span { border-color: rgb(86,111,131); }
td.TdClassName
{
border-color: #566F83;
}
.TagClassName
{
border-color: #566F83;
}
</style>