Shades of Wedgewood #566F84
Tints of Wedgewood #566F84
RGB
CMYK
RGB Variations
Color information
#566F84 (or 0x566F84) is known color: Wedgewood. HEX triplet: 56, 6F and 84. RGB value is (86,111,132). Sum of RGB (Red+Green+Blue) = 86+111+132=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #566F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F84 is #A9907B. Grayscale: #696969. Windows color (decimal): -11112572 or 8679254. OLE color: 8679254.
HSL color Cylindrical-coordinate representation of color #566F84: hue angle of 207.39º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #566F84 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 111 | 132 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.48 |
| HSL | 207.39º | 0.21% | 0.43% | - |
| HSV(B) | 207.39º | 0.35% | 0.52% | - |
| XYZ | 13.69 | 15.01 | 24.01 | - |
| YUV | 105.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 132 | 0.35 | 0.16 | 0 | 0.48 | 207.39 | 0.21 | 0.43 |
| Hex | 56 | 6F | 84 | 23 | 10 | 0 | 30 | CF | 15 | 2B |
| Octal | 126 | 157 | 204 | 43 | 20 | 0 | 60 | 317 | 25 | 53 |
| Binary | 1010110 | 1101111 | 10000100 | 100011 | 10000 | 0 | 110000 | 11001111 | 10101 | 101011 |
Color Harmonies of #566F84
Complementary color
Monochromatic Colors of #566F84
Black with #566F84
Text Example
Text Example
White with #566F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F84; }
p { color: rgb(86,111,132); }
H1.HeaderClassName
{
color: #566F84;
}
.AnyTagClassName
{
color: #566F84;
}
</style>
background-color css
<style>
a { background-color: #566F84; }
a { background-color: rgb(86,111,132); }
div.DivClassName
{
background-color: #566F84;
}
.BgClassName
{
background-color: #566F84;
}
</style>
border-color css
<style>
span { border-color: #566F84; }
span { border-color: rgb(86,111,132); }
td.TdClassName
{
border-color: #566F84;
}
.TagClassName
{
border-color: #566F84;
}
</style>