Shades of Wedgewood #52657C
Tints of Wedgewood #52657C
RGB
CMYK
RGB Variations
Color information
#52657C (or 0x52657C) is known color: Wedgewood. HEX triplet: 52, 65 and 7C. RGB value is (82,101,124). Sum of RGB (Red+Green+Blue) = 82+101+124=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #52657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52657C is #AD9A83. Grayscale: #616161. Windows color (decimal): -11377284 or 8152402. OLE color: 8152402.
HSL color Cylindrical-coordinate representation of color #52657C: hue angle of 212.86º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52657C is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 101 | 124 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.51 |
| HSL | 212.86º | 0.2% | 0.4% | - |
| HSV(B) | 212.86º | 0.34% | 0.49% | - |
| XYZ | 11.77 | 12.56 | 20.87 | - |
| YUV | 97.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 124 | 0.34 | 0.19 | 0 | 0.51 | 212.86 | 0.2 | 0.4 |
| Hex | 52 | 65 | 7C | 22 | 13 | 0 | 33 | D5 | 14 | 28 |
| Octal | 122 | 145 | 174 | 42 | 23 | 0 | 63 | 325 | 24 | 50 |
| Binary | 1010010 | 1100101 | 1111100 | 100010 | 10011 | 0 | 110011 | 11010101 | 10100 | 101000 |
Color Harmonies of #52657C
Complementary color
Monochromatic Colors of #52657C
Black with #52657C
Text Example
Text Example
White with #52657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52657C; }
p { color: rgb(82,101,124); }
H1.HeaderClassName
{
color: #52657C;
}
.AnyTagClassName
{
color: #52657C;
}
</style>
background-color css
<style>
a { background-color: #52657C; }
a { background-color: rgb(82,101,124); }
div.DivClassName
{
background-color: #52657C;
}
.BgClassName
{
background-color: #52657C;
}
</style>
border-color css
<style>
span { border-color: #52657C; }
span { border-color: rgb(82,101,124); }
td.TdClassName
{
border-color: #52657C;
}
.TagClassName
{
border-color: #52657C;
}
</style>