Shades of Wedgewood #57687C
Tints of Wedgewood #57687C
RGB
CMYK
RGB Variations
Color information
#57687C (or 0x57687C) is known color: Wedgewood. HEX triplet: 57, 68 and 7C. RGB value is (87,104,124). Sum of RGB (Red+Green+Blue) = 87+104+124=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #57687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57687C is #A89783. Grayscale: #656565. Windows color (decimal): -11048836 or 8153175. OLE color: 8153175.
HSL color Cylindrical-coordinate representation of color #57687C: hue angle of 212.43º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57687C is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 104 | 124 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.51 |
| HSL | 212.43º | 0.18% | 0.41% | - |
| HSV(B) | 212.43º | 0.3% | 0.49% | - |
| XYZ | 12.52 | 13.38 | 20.99 | - |
| YUV | 101.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 124 | 0.30 | 0.16 | 0 | 0.51 | 212.43 | 0.18 | 0.41 |
| Hex | 57 | 68 | 7C | 1E | 10 | 0 | 33 | D4 | 12 | 29 |
| Octal | 127 | 150 | 174 | 36 | 20 | 0 | 63 | 324 | 22 | 51 |
| Binary | 1010111 | 1101000 | 1111100 | 11110 | 10000 | 0 | 110011 | 11010100 | 10010 | 101001 |
Color Harmonies of #57687C
Complementary color
Monochromatic Colors of #57687C
Black with #57687C
Text Example
Text Example
White with #57687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57687C; }
p { color: rgb(87,104,124); }
H1.HeaderClassName
{
color: #57687C;
}
.AnyTagClassName
{
color: #57687C;
}
</style>
background-color css
<style>
a { background-color: #57687C; }
a { background-color: rgb(87,104,124); }
div.DivClassName
{
background-color: #57687C;
}
.BgClassName
{
background-color: #57687C;
}
</style>
border-color css
<style>
span { border-color: #57687C; }
span { border-color: rgb(87,104,124); }
td.TdClassName
{
border-color: #57687C;
}
.TagClassName
{
border-color: #57687C;
}
</style>