Shades of Wedgewood #59697C
Tints of Wedgewood #59697C
RGB
CMYK
RGB Variations
Color information
#59697C (or 0x59697C) is known color: Wedgewood. HEX triplet: 59, 69 and 7C. RGB value is (89,105,124). Sum of RGB (Red+Green+Blue) = 89+105+124=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #59697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59697C is #A69683. Grayscale: #666666. Windows color (decimal): -10917508 or 8153433. OLE color: 8153433.
HSL color Cylindrical-coordinate representation of color #59697C: hue angle of 212.57º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59697C is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 105 | 124 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.51 |
| HSL | 212.57º | 0.16% | 0.42% | - |
| HSV(B) | 212.57º | 0.28% | 0.49% | - |
| XYZ | 12.81 | 13.68 | 21.03 | - |
| YUV | 102.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 124 | 0.28 | 0.15 | 0 | 0.51 | 212.57 | 0.16 | 0.42 |
| Hex | 59 | 69 | 7C | 1C | F | 0 | 33 | D5 | 10 | 2A |
| Octal | 131 | 151 | 174 | 34 | 17 | 0 | 63 | 325 | 20 | 52 |
| Binary | 1011001 | 1101001 | 1111100 | 11100 | 1111 | 0 | 110011 | 11010101 | 10000 | 101010 |
Color Harmonies of #59697C
Complementary color
Monochromatic Colors of #59697C
Black with #59697C
Text Example
Text Example
White with #59697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59697C; }
p { color: rgb(89,105,124); }
H1.HeaderClassName
{
color: #59697C;
}
.AnyTagClassName
{
color: #59697C;
}
</style>
background-color css
<style>
a { background-color: #59697C; }
a { background-color: rgb(89,105,124); }
div.DivClassName
{
background-color: #59697C;
}
.BgClassName
{
background-color: #59697C;
}
</style>
border-color css
<style>
span { border-color: #59697C; }
span { border-color: rgb(89,105,124); }
td.TdClassName
{
border-color: #59697C;
}
.TagClassName
{
border-color: #59697C;
}
</style>