Shades of Wedgewood #586E81
Tints of Wedgewood #586E81
RGB
CMYK
RGB Variations
Color information
#586E81 (or 0x586E81) is known color: Wedgewood. HEX triplet: 58, 6E and 81. RGB value is (88,110,129). Sum of RGB (Red+Green+Blue) = 88+110+129=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #586E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586E81 is #A7917E. Grayscale: #696969. Windows color (decimal): -10981759 or 8482392. OLE color: 8482392.
HSL color Cylindrical-coordinate representation of color #586E81: hue angle of 207.8º 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 #586E81 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 110 | 129 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.49 |
| HSL | 207.8º | 0.19% | 0.43% | - |
| HSV(B) | 207.8º | 0.32% | 0.51% | - |
| XYZ | 13.56 | 14.81 | 22.91 | - |
| YUV | 105.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 129 | 0.32 | 0.15 | 0 | 0.49 | 207.8 | 0.19 | 0.43 |
| Hex | 58 | 6E | 81 | 20 | F | 0 | 31 | D0 | 13 | 2B |
| Octal | 130 | 156 | 201 | 40 | 17 | 0 | 61 | 320 | 23 | 53 |
| Binary | 1011000 | 1101110 | 10000001 | 100000 | 1111 | 0 | 110001 | 11010000 | 10011 | 101011 |
Color Harmonies of #586E81
Complementary color
Monochromatic Colors of #586E81
Black with #586E81
Text Example
Text Example
White with #586E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586E81; }
p { color: rgb(88,110,129); }
H1.HeaderClassName
{
color: #586E81;
}
.AnyTagClassName
{
color: #586E81;
}
</style>
background-color css
<style>
a { background-color: #586E81; }
a { background-color: rgb(88,110,129); }
div.DivClassName
{
background-color: #586E81;
}
.BgClassName
{
background-color: #586E81;
}
</style>
border-color css
<style>
span { border-color: #586E81; }
span { border-color: rgb(88,110,129); }
td.TdClassName
{
border-color: #586E81;
}
.TagClassName
{
border-color: #586E81;
}
</style>