Shades of Wedgewood #57758A
Tints of Wedgewood #57758A
RGB
CMYK
RGB Variations
Color information
#57758A (or 0x57758A) is known color: Wedgewood. HEX triplet: 57, 75 and 8A. RGB value is (87,117,138). Sum of RGB (Red+Green+Blue) = 87+117+138=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #57758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57758A is #A88A75. Grayscale: #6E6E6E. Windows color (decimal): -11045494 or 9074007. OLE color: 9074007.
HSL color Cylindrical-coordinate representation of color #57758A: hue angle of 204.71º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57758A is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 117 | 138 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.46 |
| HSL | 204.71º | 0.23% | 0.44% | - |
| HSV(B) | 204.71º | 0.37% | 0.54% | - |
| XYZ | 14.88 | 16.58 | 26.46 | - |
| YUV | 110.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 138 | 0.37 | 0.15 | 0 | 0.46 | 204.71 | 0.23 | 0.44 |
| Hex | 57 | 75 | 8A | 25 | F | 0 | 2E | CD | 17 | 2C |
| Octal | 127 | 165 | 212 | 45 | 17 | 0 | 56 | 315 | 27 | 54 |
| Binary | 1010111 | 1110101 | 10001010 | 100101 | 1111 | 0 | 101110 | 11001101 | 10111 | 101100 |
Color Harmonies of #57758A
Complementary color
Monochromatic Colors of #57758A
Black with #57758A
Text Example
Text Example
White with #57758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57758A; }
p { color: rgb(87,117,138); }
H1.HeaderClassName
{
color: #57758A;
}
.AnyTagClassName
{
color: #57758A;
}
</style>
background-color css
<style>
a { background-color: #57758A; }
a { background-color: rgb(87,117,138); }
div.DivClassName
{
background-color: #57758A;
}
.BgClassName
{
background-color: #57758A;
}
</style>
border-color css
<style>
span { border-color: #57758A; }
span { border-color: rgb(87,117,138); }
td.TdClassName
{
border-color: #57758A;
}
.TagClassName
{
border-color: #57758A;
}
</style>