Shades of Wedgewood #58768A
Tints of Wedgewood #58768A
RGB
CMYK
RGB Variations
Color information
#58768A (or 0x58768A) is known color: Wedgewood. HEX triplet: 58, 76 and 8A. RGB value is (88,118,138). Sum of RGB (Red+Green+Blue) = 88+118+138=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #58768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58768A is #A78975. Grayscale: #6F6F6F. Windows color (decimal): -10979702 or 9074264. OLE color: 9074264.
HSL color Cylindrical-coordinate representation of color #58768A: hue angle of 204º 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 #58768A is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 118 | 138 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.46 |
| HSL | 204º | 0.22% | 0.44% | - |
| HSV(B) | 204º | 0.36% | 0.54% | - |
| XYZ | 15.09 | 16.87 | 26.5 | - |
| YUV | 111.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 138 | 0.36 | 0.14 | 0 | 0.46 | 204 | 0.22 | 0.44 |
| Hex | 58 | 76 | 8A | 24 | E | 0 | 2E | CC | 16 | 2C |
| Octal | 130 | 166 | 212 | 44 | 16 | 0 | 56 | 314 | 26 | 54 |
| Binary | 1011000 | 1110110 | 10001010 | 100100 | 1110 | 0 | 101110 | 11001100 | 10110 | 101100 |
Color Harmonies of #58768A
Complementary color
Monochromatic Colors of #58768A
Black with #58768A
Text Example
Text Example
White with #58768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58768A; }
p { color: rgb(88,118,138); }
H1.HeaderClassName
{
color: #58768A;
}
.AnyTagClassName
{
color: #58768A;
}
</style>
background-color css
<style>
a { background-color: #58768A; }
a { background-color: rgb(88,118,138); }
div.DivClassName
{
background-color: #58768A;
}
.BgClassName
{
background-color: #58768A;
}
</style>
border-color css
<style>
span { border-color: #58768A; }
span { border-color: rgb(88,118,138); }
td.TdClassName
{
border-color: #58768A;
}
.TagClassName
{
border-color: #58768A;
}
</style>