Shades of Wedgewood #597082
Tints of Wedgewood #597082
RGB
CMYK
RGB Variations
Color information
#597082 (or 0x597082) is known color: Wedgewood. HEX triplet: 59, 70 and 82. RGB value is (89,112,130). Sum of RGB (Red+Green+Blue) = 89+112+130=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #597082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597082 is #A68F7D. Grayscale: #6B6B6B. Windows color (decimal): -10915710 or 8548441. OLE color: 8548441.
HSL color Cylindrical-coordinate representation of color #597082: hue angle of 206.34º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #597082 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 112 | 130 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.49 |
| HSL | 206.34º | 0.19% | 0.43% | - |
| HSV(B) | 206.34º | 0.32% | 0.51% | - |
| XYZ | 13.94 | 15.32 | 23.34 | - |
| YUV | 107.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 130 | 0.32 | 0.14 | 0 | 0.49 | 206.34 | 0.19 | 0.43 |
| Hex | 59 | 70 | 82 | 20 | E | 0 | 31 | CE | 13 | 2B |
| Octal | 131 | 160 | 202 | 40 | 16 | 0 | 61 | 316 | 23 | 53 |
| Binary | 1011001 | 1110000 | 10000010 | 100000 | 1110 | 0 | 110001 | 11001110 | 10011 | 101011 |
Color Harmonies of #597082
Complementary color
Monochromatic Colors of #597082
Black with #597082
Text Example
Text Example
White with #597082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597082; }
p { color: rgb(89,112,130); }
H1.HeaderClassName
{
color: #597082;
}
.AnyTagClassName
{
color: #597082;
}
</style>
background-color css
<style>
a { background-color: #597082; }
a { background-color: rgb(89,112,130); }
div.DivClassName
{
background-color: #597082;
}
.BgClassName
{
background-color: #597082;
}
</style>
border-color css
<style>
span { border-color: #597082; }
span { border-color: rgb(89,112,130); }
td.TdClassName
{
border-color: #597082;
}
.TagClassName
{
border-color: #597082;
}
</style>