Shades of Wedgewood #576B7D
Tints of Wedgewood #576B7D
RGB
CMYK
RGB Variations
Color information
#576B7D (or 0x576B7D) is known color: Wedgewood. HEX triplet: 57, 6B and 7D. RGB value is (87,107,125). Sum of RGB (Red+Green+Blue) = 87+107+125=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #576B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576B7D is #A89482. Grayscale: #666666. Windows color (decimal): -11048067 or 8219479. OLE color: 8219479.
HSL color Cylindrical-coordinate representation of color #576B7D: hue angle of 208.42º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #576B7D is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 107 | 125 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.51 |
| HSL | 208.42º | 0.18% | 0.42% | - |
| HSV(B) | 208.42º | 0.3% | 0.49% | - |
| XYZ | 12.89 | 14.02 | 21.43 | - |
| YUV | 103.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 107 | 125 | 0.30 | 0.14 | 0 | 0.51 | 208.42 | 0.18 | 0.42 |
| Hex | 57 | 6B | 7D | 1E | E | 0 | 33 | D0 | 12 | 2A |
| Octal | 127 | 153 | 175 | 36 | 16 | 0 | 63 | 320 | 22 | 52 |
| Binary | 1010111 | 1101011 | 1111101 | 11110 | 1110 | 0 | 110011 | 11010000 | 10010 | 101010 |
Color Harmonies of #576B7D
Complementary color
Monochromatic Colors of #576B7D
Black with #576B7D
Text Example
Text Example
White with #576B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576B7D; }
p { color: rgb(87,107,125); }
H1.HeaderClassName
{
color: #576B7D;
}
.AnyTagClassName
{
color: #576B7D;
}
</style>
background-color css
<style>
a { background-color: #576B7D; }
a { background-color: rgb(87,107,125); }
div.DivClassName
{
background-color: #576B7D;
}
.BgClassName
{
background-color: #576B7D;
}
</style>
border-color css
<style>
span { border-color: #576B7D; }
span { border-color: rgb(87,107,125); }
td.TdClassName
{
border-color: #576B7D;
}
.TagClassName
{
border-color: #576B7D;
}
</style>