Shades of Wedgewood #57687E
Tints of Wedgewood #57687E
RGB
CMYK
RGB Variations
Color information
#57687E (or 0x57687E) is known color: Wedgewood. HEX triplet: 57, 68 and 7E. RGB value is (87,104,126). Sum of RGB (Red+Green+Blue) = 87+104+126=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 126 - color contains mainly: blue. Hex color #57687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57687E is #A89781. Grayscale: #656565. Windows color (decimal): -11048834 or 8284247. OLE color: 8284247.
HSL color Cylindrical-coordinate representation of color #57687E: hue angle of 213.85º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57687E is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 104 | 126 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.51 |
| HSL | 213.85º | 0.18% | 0.42% | - |
| HSV(B) | 213.85º | 0.31% | 0.49% | - |
| XYZ | 12.65 | 13.43 | 21.66 | - |
| YUV | 101.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 126 | 0.31 | 0.17 | 0 | 0.51 | 213.85 | 0.18 | 0.42 |
| Hex | 57 | 68 | 7E | 1F | 11 | 0 | 33 | D6 | 12 | 2A |
| Octal | 127 | 150 | 176 | 37 | 21 | 0 | 63 | 326 | 22 | 52 |
| Binary | 1010111 | 1101000 | 1111110 | 11111 | 10001 | 0 | 110011 | 11010110 | 10010 | 101010 |
Color Harmonies of #57687E
Complementary color
Monochromatic Colors of #57687E
Black with #57687E
Text Example
Text Example
White with #57687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57687E; }
p { color: rgb(87,104,126); }
H1.HeaderClassName
{
color: #57687E;
}
.AnyTagClassName
{
color: #57687E;
}
</style>
background-color css
<style>
a { background-color: #57687E; }
a { background-color: rgb(87,104,126); }
div.DivClassName
{
background-color: #57687E;
}
.BgClassName
{
background-color: #57687E;
}
</style>
border-color css
<style>
span { border-color: #57687E; }
span { border-color: rgb(87,104,126); }
td.TdClassName
{
border-color: #57687E;
}
.TagClassName
{
border-color: #57687E;
}
</style>