Shades of Wedgewood #58758A
Tints of Wedgewood #58758A
RGB
CMYK
RGB Variations
Color information
#58758A (or 0x58758A) is known color: Wedgewood. HEX triplet: 58, 75 and 8A. RGB value is (88,117,138). Sum of RGB (Red+Green+Blue) = 88+117+138=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #58758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58758A is #A78A75. Grayscale: #6E6E6E. Windows color (decimal): -10979958 or 9074008. OLE color: 9074008.
HSL color Cylindrical-coordinate representation of color #58758A: hue angle of 205.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58758A is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 117 | 138 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.46 |
| HSL | 205.2º | 0.22% | 0.44% | - |
| HSV(B) | 205.2º | 0.36% | 0.54% | - |
| XYZ | 14.97 | 16.63 | 26.47 | - |
| YUV | 110.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 138 | 0.36 | 0.15 | 0 | 0.46 | 205.2 | 0.22 | 0.44 |
| Hex | 58 | 75 | 8A | 24 | F | 0 | 2E | CD | 16 | 2C |
| Octal | 130 | 165 | 212 | 44 | 17 | 0 | 56 | 315 | 26 | 54 |
| Binary | 1011000 | 1110101 | 10001010 | 100100 | 1111 | 0 | 101110 | 11001101 | 10110 | 101100 |
Color Harmonies of #58758A
Complementary color
Monochromatic Colors of #58758A
Black with #58758A
Text Example
Text Example
White with #58758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58758A; }
p { color: rgb(88,117,138); }
H1.HeaderClassName
{
color: #58758A;
}
.AnyTagClassName
{
color: #58758A;
}
</style>
background-color css
<style>
a { background-color: #58758A; }
a { background-color: rgb(88,117,138); }
div.DivClassName
{
background-color: #58758A;
}
.BgClassName
{
background-color: #58758A;
}
</style>
border-color css
<style>
span { border-color: #58758A; }
span { border-color: rgb(88,117,138); }
td.TdClassName
{
border-color: #58758A;
}
.TagClassName
{
border-color: #58758A;
}
</style>