Shades of Wedgewood #586A7F
Tints of Wedgewood #586A7F
RGB
CMYK
RGB Variations
Color information
#586A7F (or 0x586A7F) is known color: Wedgewood. HEX triplet: 58, 6A and 7F. RGB value is (88,106,127). Sum of RGB (Red+Green+Blue) = 88+106+127=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #586A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A7F is #A79580. Grayscale: #666666. Windows color (decimal): -10982785 or 8350296. OLE color: 8350296.
HSL color Cylindrical-coordinate representation of color #586A7F: hue angle of 212.31º 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 #586A7F is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 106 | 127 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.50 |
| HSL | 212.31º | 0.18% | 0.42% | - |
| HSV(B) | 212.31º | 0.31% | 0.5% | - |
| XYZ | 13.01 | 13.92 | 22.08 | - |
| YUV | 103.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 127 | 0.31 | 0.17 | 0 | 0.50 | 212.31 | 0.18 | 0.42 |
| Hex | 58 | 6A | 7F | 1F | 11 | 0 | 32 | D4 | 12 | 2A |
| Octal | 130 | 152 | 177 | 37 | 21 | 0 | 62 | 324 | 22 | 52 |
| Binary | 1011000 | 1101010 | 1111111 | 11111 | 10001 | 0 | 110010 | 11010100 | 10010 | 101010 |
Color Harmonies of #586A7F
Complementary color
Monochromatic Colors of #586A7F
Black with #586A7F
Text Example
Text Example
White with #586A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586A7F; }
p { color: rgb(88,106,127); }
H1.HeaderClassName
{
color: #586A7F;
}
.AnyTagClassName
{
color: #586A7F;
}
</style>
background-color css
<style>
a { background-color: #586A7F; }
a { background-color: rgb(88,106,127); }
div.DivClassName
{
background-color: #586A7F;
}
.BgClassName
{
background-color: #586A7F;
}
</style>
border-color css
<style>
span { border-color: #586A7F; }
span { border-color: rgb(88,106,127); }
td.TdClassName
{
border-color: #586A7F;
}
.TagClassName
{
border-color: #586A7F;
}
</style>