Shades of Wedgewood #586E7F
Tints of Wedgewood #586E7F
RGB
CMYK
RGB Variations
Color information
#586E7F (or 0x586E7F) is known color: Wedgewood. HEX triplet: 58, 6E and 7F. RGB value is (88,110,127). Sum of RGB (Red+Green+Blue) = 88+110+127=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #586E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E7F is #A79180. Grayscale: #696969. Windows color (decimal): -10981761 or 8351320. OLE color: 8351320.
HSL color Cylindrical-coordinate representation of color #586E7F: hue angle of 206.15º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #586E7F is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 110 | 127 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.50 |
| HSL | 206.15º | 0.18% | 0.42% | - |
| HSV(B) | 206.15º | 0.31% | 0.5% | - |
| XYZ | 13.43 | 14.76 | 22.22 | - |
| YUV | 105.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 127 | 0.31 | 0.13 | 0 | 0.50 | 206.15 | 0.18 | 0.42 |
| Hex | 58 | 6E | 7F | 1F | D | 0 | 32 | CE | 12 | 2A |
| Octal | 130 | 156 | 177 | 37 | 15 | 0 | 62 | 316 | 22 | 52 |
| Binary | 1011000 | 1101110 | 1111111 | 11111 | 1101 | 0 | 110010 | 11001110 | 10010 | 101010 |
Color Harmonies of #586E7F
Complementary color
Monochromatic Colors of #586E7F
Black with #586E7F
Text Example
Text Example
White with #586E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586E7F; }
p { color: rgb(88,110,127); }
H1.HeaderClassName
{
color: #586E7F;
}
.AnyTagClassName
{
color: #586E7F;
}
</style>
background-color css
<style>
a { background-color: #586E7F; }
a { background-color: rgb(88,110,127); }
div.DivClassName
{
background-color: #586E7F;
}
.BgClassName
{
background-color: #586E7F;
}
</style>
border-color css
<style>
span { border-color: #586E7F; }
span { border-color: rgb(88,110,127); }
td.TdClassName
{
border-color: #586E7F;
}
.TagClassName
{
border-color: #586E7F;
}
</style>