Shades of Wedgewood #577080
Tints of Wedgewood #577080
RGB
CMYK
RGB Variations
Color information
#577080 (or 0x577080) is known color: Wedgewood. HEX triplet: 57, 70 and 80. RGB value is (87,112,128). Sum of RGB (Red+Green+Blue) = 87+112+128=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #577080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577080 is #A88F7F. Grayscale: #6A6A6A. Windows color (decimal): -11046784 or 8417367. OLE color: 8417367.
HSL color Cylindrical-coordinate representation of color #577080: hue angle of 203.41º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #577080 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 112 | 128 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.50 |
| HSL | 203.41º | 0.19% | 0.42% | - |
| HSV(B) | 203.41º | 0.32% | 0.5% | - |
| XYZ | 13.62 | 15.17 | 22.63 | - |
| YUV | 106.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 128 | 0.32 | 0.12 | 0 | 0.50 | 203.41 | 0.19 | 0.42 |
| Hex | 57 | 70 | 80 | 20 | C | 0 | 32 | CB | 13 | 2A |
| Octal | 127 | 160 | 200 | 40 | 14 | 0 | 62 | 313 | 23 | 52 |
| Binary | 1010111 | 1110000 | 10000000 | 100000 | 1100 | 0 | 110010 | 11001011 | 10011 | 101010 |
Color Harmonies of #577080
Complementary color
Monochromatic Colors of #577080
Black with #577080
Text Example
Text Example
White with #577080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577080; }
p { color: rgb(87,112,128); }
H1.HeaderClassName
{
color: #577080;
}
.AnyTagClassName
{
color: #577080;
}
</style>
background-color css
<style>
a { background-color: #577080; }
a { background-color: rgb(87,112,128); }
div.DivClassName
{
background-color: #577080;
}
.BgClassName
{
background-color: #577080;
}
</style>
border-color css
<style>
span { border-color: #577080; }
span { border-color: rgb(87,112,128); }
td.TdClassName
{
border-color: #577080;
}
.TagClassName
{
border-color: #577080;
}
</style>