Shades of Wedgewood #596C7B
Tints of Wedgewood #596C7B
RGB
CMYK
RGB Variations
Color information
#596C7B (or 0x596C7B) is known color: Wedgewood. HEX triplet: 59, 6C and 7B. RGB value is (89,108,123). Sum of RGB (Red+Green+Blue) = 89+108+123=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #596C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C7B is #A69384. Grayscale: #676767. Windows color (decimal): -10916741 or 8088665. OLE color: 8088665.
HSL color Cylindrical-coordinate representation of color #596C7B: hue angle of 206.47º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #596C7B is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 108 | 123 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.52 |
| HSL | 206.47º | 0.16% | 0.42% | - |
| HSV(B) | 206.47º | 0.28% | 0.48% | - |
| XYZ | 13.06 | 14.28 | 20.81 | - |
| YUV | 104.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 123 | 0.28 | 0.12 | 0 | 0.52 | 206.47 | 0.16 | 0.42 |
| Hex | 59 | 6C | 7B | 1C | C | 0 | 34 | CE | 10 | 2A |
| Octal | 131 | 154 | 173 | 34 | 14 | 0 | 64 | 316 | 20 | 52 |
| Binary | 1011001 | 1101100 | 1111011 | 11100 | 1100 | 0 | 110100 | 11001110 | 10000 | 101010 |
Color Harmonies of #596C7B
Complementary color
Monochromatic Colors of #596C7B
Black with #596C7B
Text Example
Text Example
White with #596C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C7B; }
p { color: rgb(89,108,123); }
H1.HeaderClassName
{
color: #596C7B;
}
.AnyTagClassName
{
color: #596C7B;
}
</style>
background-color css
<style>
a { background-color: #596C7B; }
a { background-color: rgb(89,108,123); }
div.DivClassName
{
background-color: #596C7B;
}
.BgClassName
{
background-color: #596C7B;
}
</style>
border-color css
<style>
span { border-color: #596C7B; }
span { border-color: rgb(89,108,123); }
td.TdClassName
{
border-color: #596C7B;
}
.TagClassName
{
border-color: #596C7B;
}
</style>