Shades of Wedgewood #586B7A
Tints of Wedgewood #586B7A
RGB
CMYK
RGB Variations
Color information
#586B7A (or 0x586B7A) is known color: Wedgewood. HEX triplet: 58, 6B and 7A. RGB value is (88,107,122). Sum of RGB (Red+Green+Blue) = 88+107+122=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 122 - color contains mainly: blue. Hex color #586B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B7A is #A79485. Grayscale: #666666. Windows color (decimal): -10982534 or 8022872. OLE color: 8022872.
HSL color Cylindrical-coordinate representation of color #586B7A: hue angle of 206.47º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #586B7A is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 107 | 122 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.52 |
| HSL | 206.47º | 0.16% | 0.41% | - |
| HSV(B) | 206.47º | 0.28% | 0.48% | - |
| XYZ | 12.8 | 14 | 20.44 | - |
| YUV | 103.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 122 | 0.28 | 0.12 | 0 | 0.52 | 206.47 | 0.16 | 0.41 |
| Hex | 58 | 6B | 7A | 1C | C | 0 | 34 | CE | 10 | 29 |
| Octal | 130 | 153 | 172 | 34 | 14 | 0 | 64 | 316 | 20 | 51 |
| Binary | 1011000 | 1101011 | 1111010 | 11100 | 1100 | 0 | 110100 | 11001110 | 10000 | 101001 |
Color Harmonies of #586B7A
Complementary color
Monochromatic Colors of #586B7A
Black with #586B7A
Text Example
Text Example
White with #586B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586B7A; }
p { color: rgb(88,107,122); }
H1.HeaderClassName
{
color: #586B7A;
}
.AnyTagClassName
{
color: #586B7A;
}
</style>
background-color css
<style>
a { background-color: #586B7A; }
a { background-color: rgb(88,107,122); }
div.DivClassName
{
background-color: #586B7A;
}
.BgClassName
{
background-color: #586B7A;
}
</style>
border-color css
<style>
span { border-color: #586B7A; }
span { border-color: rgb(88,107,122); }
td.TdClassName
{
border-color: #586B7A;
}
.TagClassName
{
border-color: #586B7A;
}
</style>