Shades of Wedgewood #576F82
Tints of Wedgewood #576F82
RGB
CMYK
RGB Variations
Color information
#576F82 (or 0x576F82) is known color: Wedgewood. HEX triplet: 57, 6F and 82. RGB value is (87,111,130). Sum of RGB (Red+Green+Blue) = 87+111+130=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #576F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F82 is #A8907D. Grayscale: #696969. Windows color (decimal): -11047038 or 8548183. OLE color: 8548183.
HSL color Cylindrical-coordinate representation of color #576F82: hue angle of 206.51º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #576F82 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 111 | 130 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.49 |
| HSL | 206.51º | 0.2% | 0.43% | - |
| HSV(B) | 206.51º | 0.33% | 0.51% | - |
| XYZ | 13.64 | 15.01 | 23.3 | - |
| YUV | 105.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 130 | 0.33 | 0.15 | 0 | 0.49 | 206.51 | 0.2 | 0.43 |
| Hex | 57 | 6F | 82 | 21 | F | 0 | 31 | CF | 14 | 2B |
| Octal | 127 | 157 | 202 | 41 | 17 | 0 | 61 | 317 | 24 | 53 |
| Binary | 1010111 | 1101111 | 10000010 | 100001 | 1111 | 0 | 110001 | 11001111 | 10100 | 101011 |
Color Harmonies of #576F82
Complementary color
Monochromatic Colors of #576F82
Black with #576F82
Text Example
Text Example
White with #576F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F82; }
p { color: rgb(87,111,130); }
H1.HeaderClassName
{
color: #576F82;
}
.AnyTagClassName
{
color: #576F82;
}
</style>
background-color css
<style>
a { background-color: #576F82; }
a { background-color: rgb(87,111,130); }
div.DivClassName
{
background-color: #576F82;
}
.BgClassName
{
background-color: #576F82;
}
</style>
border-color css
<style>
span { border-color: #576F82; }
span { border-color: rgb(87,111,130); }
td.TdClassName
{
border-color: #576F82;
}
.TagClassName
{
border-color: #576F82;
}
</style>