Shades of Wedgewood #566A7B
Tints of Wedgewood #566A7B
RGB
CMYK
RGB Variations
Color information
#566A7B (or 0x566A7B) is known color: Wedgewood. HEX triplet: 56, 6A and 7B. RGB value is (86,106,123). Sum of RGB (Red+Green+Blue) = 86+106+123=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #566A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A7B is #A99584. Grayscale: #656565. Windows color (decimal): -11113861 or 8088150. OLE color: 8088150.
HSL color Cylindrical-coordinate representation of color #566A7B: hue angle of 207.57º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #566A7B is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 106 | 123 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.52 |
| HSL | 207.57º | 0.18% | 0.41% | - |
| HSV(B) | 207.57º | 0.3% | 0.48% | - |
| XYZ | 12.57 | 13.72 | 20.72 | - |
| YUV | 101.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 123 | 0.30 | 0.14 | 0 | 0.52 | 207.57 | 0.18 | 0.41 |
| Hex | 56 | 6A | 7B | 1E | E | 0 | 34 | D0 | 12 | 29 |
| Octal | 126 | 152 | 173 | 36 | 16 | 0 | 64 | 320 | 22 | 51 |
| Binary | 1010110 | 1101010 | 1111011 | 11110 | 1110 | 0 | 110100 | 11010000 | 10010 | 101001 |
Color Harmonies of #566A7B
Complementary color
Monochromatic Colors of #566A7B
Black with #566A7B
Text Example
Text Example
White with #566A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A7B; }
p { color: rgb(86,106,123); }
H1.HeaderClassName
{
color: #566A7B;
}
.AnyTagClassName
{
color: #566A7B;
}
</style>
background-color css
<style>
a { background-color: #566A7B; }
a { background-color: rgb(86,106,123); }
div.DivClassName
{
background-color: #566A7B;
}
.BgClassName
{
background-color: #566A7B;
}
</style>
border-color css
<style>
span { border-color: #566A7B; }
span { border-color: rgb(86,106,123); }
td.TdClassName
{
border-color: #566A7B;
}
.TagClassName
{
border-color: #566A7B;
}
</style>