Shades of Wedgewood #57758C
Tints of Wedgewood #57758C
RGB
CMYK
RGB Variations
Color information
#57758C (or 0x57758C) is known color: Wedgewood. HEX triplet: 57, 75 and 8C. RGB value is (87,117,140). Sum of RGB (Red+Green+Blue) = 87+117+140=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #57758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57758C is #A88A73. Grayscale: #6E6E6E. Windows color (decimal): -11045492 or 9205079. OLE color: 9205079.
HSL color Cylindrical-coordinate representation of color #57758C: hue angle of 206.04º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57758C is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 117 | 140 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.45 |
| HSL | 206.04º | 0.23% | 0.45% | - |
| HSV(B) | 206.04º | 0.38% | 0.55% | - |
| XYZ | 15.03 | 16.64 | 27.23 | - |
| YUV | 110.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 140 | 0.38 | 0.16 | 0 | 0.45 | 206.04 | 0.23 | 0.45 |
| Hex | 57 | 75 | 8C | 26 | 10 | 0 | 2D | CE | 17 | 2D |
| Octal | 127 | 165 | 214 | 46 | 20 | 0 | 55 | 316 | 27 | 55 |
| Binary | 1010111 | 1110101 | 10001100 | 100110 | 10000 | 0 | 101101 | 11001110 | 10111 | 101101 |
Color Harmonies of #57758C
Complementary color
Monochromatic Colors of #57758C
Black with #57758C
Text Example
Text Example
White with #57758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57758C; }
p { color: rgb(87,117,140); }
H1.HeaderClassName
{
color: #57758C;
}
.AnyTagClassName
{
color: #57758C;
}
</style>
background-color css
<style>
a { background-color: #57758C; }
a { background-color: rgb(87,117,140); }
div.DivClassName
{
background-color: #57758C;
}
.BgClassName
{
background-color: #57758C;
}
</style>
border-color css
<style>
span { border-color: #57758C; }
span { border-color: rgb(87,117,140); }
td.TdClassName
{
border-color: #57758C;
}
.TagClassName
{
border-color: #57758C;
}
</style>