Shades of Wedgewood #58778D
Tints of Wedgewood #58778D
RGB
CMYK
RGB Variations
Color information
#58778D (or 0x58778D) is known color: Wedgewood. HEX triplet: 58, 77 and 8D. RGB value is (88,119,141). Sum of RGB (Red+Green+Blue) = 88+119+141=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #58778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58778D is #A78872. Grayscale: #707070. Windows color (decimal): -10979443 or 9271128. OLE color: 9271128.
HSL color Cylindrical-coordinate representation of color #58778D: hue angle of 204.91º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58778D is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 119 | 141 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.45 |
| HSL | 204.91º | 0.23% | 0.45% | - |
| HSV(B) | 204.91º | 0.38% | 0.55% | - |
| XYZ | 15.43 | 17.19 | 27.7 | - |
| YUV | 112.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 141 | 0.38 | 0.16 | 0 | 0.45 | 204.91 | 0.23 | 0.45 |
| Hex | 58 | 77 | 8D | 26 | 10 | 0 | 2D | CD | 17 | 2D |
| Octal | 130 | 167 | 215 | 46 | 20 | 0 | 55 | 315 | 27 | 55 |
| Binary | 1011000 | 1110111 | 10001101 | 100110 | 10000 | 0 | 101101 | 11001101 | 10111 | 101101 |
Color Harmonies of #58778D
Complementary color
Monochromatic Colors of #58778D
Black with #58778D
Text Example
Text Example
White with #58778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58778D; }
p { color: rgb(88,119,141); }
H1.HeaderClassName
{
color: #58778D;
}
.AnyTagClassName
{
color: #58778D;
}
</style>
background-color css
<style>
a { background-color: #58778D; }
a { background-color: rgb(88,119,141); }
div.DivClassName
{
background-color: #58778D;
}
.BgClassName
{
background-color: #58778D;
}
</style>
border-color css
<style>
span { border-color: #58778D; }
span { border-color: rgb(88,119,141); }
td.TdClassName
{
border-color: #58778D;
}
.TagClassName
{
border-color: #58778D;
}
</style>