Shades of Wedgewood #587183
Tints of Wedgewood #587183
RGB
CMYK
RGB Variations
Color information
#587183 (or 0x587183) is known color: Wedgewood. HEX triplet: 58, 71 and 83. RGB value is (88,113,131). Sum of RGB (Red+Green+Blue) = 88+113+131=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #587183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587183 is #A78E7C. Grayscale: #6B6B6B. Windows color (decimal): -10980989 or 8614232. OLE color: 8614232.
HSL color Cylindrical-coordinate representation of color #587183: hue angle of 205.12º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #587183 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 113 | 131 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.49 |
| HSL | 205.12º | 0.2% | 0.43% | - |
| HSV(B) | 205.12º | 0.33% | 0.51% | - |
| XYZ | 14.03 | 15.52 | 23.73 | - |
| YUV | 107.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 131 | 0.33 | 0.14 | 0 | 0.49 | 205.12 | 0.2 | 0.43 |
| Hex | 58 | 71 | 83 | 21 | E | 0 | 31 | CD | 14 | 2B |
| Octal | 130 | 161 | 203 | 41 | 16 | 0 | 61 | 315 | 24 | 53 |
| Binary | 1011000 | 1110001 | 10000011 | 100001 | 1110 | 0 | 110001 | 11001101 | 10100 | 101011 |
Color Harmonies of #587183
Complementary color
Monochromatic Colors of #587183
Black with #587183
Text Example
Text Example
White with #587183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587183; }
p { color: rgb(88,113,131); }
H1.HeaderClassName
{
color: #587183;
}
.AnyTagClassName
{
color: #587183;
}
</style>
background-color css
<style>
a { background-color: #587183; }
a { background-color: rgb(88,113,131); }
div.DivClassName
{
background-color: #587183;
}
.BgClassName
{
background-color: #587183;
}
</style>
border-color css
<style>
span { border-color: #587183; }
span { border-color: rgb(88,113,131); }
td.TdClassName
{
border-color: #587183;
}
.TagClassName
{
border-color: #587183;
}
</style>