Shades of Wedgewood #586D82
Tints of Wedgewood #586D82
RGB
CMYK
RGB Variations
Color information
#586D82 (or 0x586D82) is known color: Wedgewood. HEX triplet: 58, 6D and 82. RGB value is (88,109,130). Sum of RGB (Red+Green+Blue) = 88+109+130=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #586D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586D82 is #A7927D. Grayscale: #696969. Windows color (decimal): -10982014 or 8547672. OLE color: 8547672.
HSL color Cylindrical-coordinate representation of color #586D82: hue angle of 210º 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 #586D82 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 109 | 130 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.49 |
| HSL | 210º | 0.19% | 0.43% | - |
| HSV(B) | 210º | 0.32% | 0.51% | - |
| XYZ | 13.52 | 14.62 | 23.23 | - |
| YUV | 105.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 130 | 0.32 | 0.16 | 0 | 0.49 | 210 | 0.19 | 0.43 |
| Hex | 58 | 6D | 82 | 20 | 10 | 0 | 31 | D2 | 13 | 2B |
| Octal | 130 | 155 | 202 | 40 | 20 | 0 | 61 | 322 | 23 | 53 |
| Binary | 1011000 | 1101101 | 10000010 | 100000 | 10000 | 0 | 110001 | 11010010 | 10011 | 101011 |
Color Harmonies of #586D82
Complementary color
Monochromatic Colors of #586D82
Black with #586D82
Text Example
Text Example
White with #586D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586D82; }
p { color: rgb(88,109,130); }
H1.HeaderClassName
{
color: #586D82;
}
.AnyTagClassName
{
color: #586D82;
}
</style>
background-color css
<style>
a { background-color: #586D82; }
a { background-color: rgb(88,109,130); }
div.DivClassName
{
background-color: #586D82;
}
.BgClassName
{
background-color: #586D82;
}
</style>
border-color css
<style>
span { border-color: #586D82; }
span { border-color: rgb(88,109,130); }
td.TdClassName
{
border-color: #586D82;
}
.TagClassName
{
border-color: #586D82;
}
</style>