Shades of Wedgewood #586D7D
Tints of Wedgewood #586D7D
RGB
CMYK
RGB Variations
Color information
#586D7D (or 0x586D7D) is known color: Wedgewood. HEX triplet: 58, 6D and 7D. RGB value is (88,109,125). Sum of RGB (Red+Green+Blue) = 88+109+125=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 125 - color contains mainly: blue. Hex color #586D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D7D is #A79282. Grayscale: #686868. Windows color (decimal): -10982019 or 8219992. OLE color: 8219992.
HSL color Cylindrical-coordinate representation of color #586D7D: hue angle of 205.95º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #586D7D is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 109 | 125 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.51 |
| HSL | 205.95º | 0.17% | 0.42% | - |
| HSV(B) | 205.95º | 0.3% | 0.49% | - |
| XYZ | 13.19 | 14.49 | 21.5 | - |
| YUV | 104.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 125 | 0.30 | 0.13 | 0 | 0.51 | 205.95 | 0.17 | 0.42 |
| Hex | 58 | 6D | 7D | 1E | D | 0 | 33 | CE | 11 | 2A |
| Octal | 130 | 155 | 175 | 36 | 15 | 0 | 63 | 316 | 21 | 52 |
| Binary | 1011000 | 1101101 | 1111101 | 11110 | 1101 | 0 | 110011 | 11001110 | 10001 | 101010 |
Color Harmonies of #586D7D
Complementary color
Monochromatic Colors of #586D7D
Black with #586D7D
Text Example
Text Example
White with #586D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586D7D; }
p { color: rgb(88,109,125); }
H1.HeaderClassName
{
color: #586D7D;
}
.AnyTagClassName
{
color: #586D7D;
}
</style>
background-color css
<style>
a { background-color: #586D7D; }
a { background-color: rgb(88,109,125); }
div.DivClassName
{
background-color: #586D7D;
}
.BgClassName
{
background-color: #586D7D;
}
</style>
border-color css
<style>
span { border-color: #586D7D; }
span { border-color: rgb(88,109,125); }
td.TdClassName
{
border-color: #586D7D;
}
.TagClassName
{
border-color: #586D7D;
}
</style>