Shades of Wedgewood #57667B
Tints of Wedgewood #57667B
RGB
CMYK
RGB Variations
Color information
#57667B (or 0x57667B) is known color: Wedgewood. HEX triplet: 57, 66 and 7B. RGB value is (87,102,123). Sum of RGB (Red+Green+Blue) = 87+102+123=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #57667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57667B is #A89984. Grayscale: #636363. Windows color (decimal): -11049349 or 8087127. OLE color: 8087127.
HSL color Cylindrical-coordinate representation of color #57667B: hue angle of 215º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57667B is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 102 | 123 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.52 |
| HSL | 215º | 0.17% | 0.41% | - |
| HSV(B) | 215º | 0.29% | 0.48% | - |
| XYZ | 12.26 | 12.96 | 20.59 | - |
| YUV | 99.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 123 | 0.29 | 0.17 | 0 | 0.52 | 215 | 0.17 | 0.41 |
| Hex | 57 | 66 | 7B | 1D | 11 | 0 | 34 | D7 | 11 | 29 |
| Octal | 127 | 146 | 173 | 35 | 21 | 0 | 64 | 327 | 21 | 51 |
| Binary | 1010111 | 1100110 | 1111011 | 11101 | 10001 | 0 | 110100 | 11010111 | 10001 | 101001 |
Color Harmonies of #57667B
Complementary color
Monochromatic Colors of #57667B
Black with #57667B
Text Example
Text Example
White with #57667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57667B; }
p { color: rgb(87,102,123); }
H1.HeaderClassName
{
color: #57667B;
}
.AnyTagClassName
{
color: #57667B;
}
</style>
background-color css
<style>
a { background-color: #57667B; }
a { background-color: rgb(87,102,123); }
div.DivClassName
{
background-color: #57667B;
}
.BgClassName
{
background-color: #57667B;
}
</style>
border-color css
<style>
span { border-color: #57667B; }
span { border-color: rgb(87,102,123); }
td.TdClassName
{
border-color: #57667B;
}
.TagClassName
{
border-color: #57667B;
}
</style>