Shades of Patina #58988B
Tints of Patina #58988B
RGB
CMYK
RGB Variations
Color information
#58988B (or 0x58988B) is known color: Patina. HEX triplet: 58, 98 and 8B. RGB value is (88,152,139). Sum of RGB (Red+Green+Blue) = 88+152+139=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #58988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58988B is #A76774. Grayscale: #838383. Windows color (decimal): -10970997 or 9148504. OLE color: 9148504.
HSL color Cylindrical-coordinate representation of color #58988B: hue angle of 167.81º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58988B is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 152 | 139 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.40 |
| HSL | 167.81º | 0.27% | 0.47% | - |
| HSV(B) | 167.81º | 0.42% | 0.6% | - |
| XYZ | 19.91 | 26.4 | 28.47 | - |
| YUV | 131.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 139 | 0.42 | 0 | 0.09 | 0.40 | 167.81 | 0.27 | 0.47 |
| Hex | 58 | 98 | 8B | 2A | 0 | 9 | 28 | A8 | 1B | 2F |
| Octal | 130 | 230 | 213 | 52 | 0 | 11 | 50 | 250 | 33 | 57 |
| Binary | 1011000 | 10011000 | 10001011 | 101010 | 0 | 1001 | 101000 | 10101000 | 11011 | 101111 |
Color Harmonies of #58988B
Complementary color
Monochromatic Colors of #58988B
Black with #58988B
Text Example
Text Example
White with #58988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58988B; }
p { color: rgb(88,152,139); }
H1.HeaderClassName
{
color: #58988B;
}
.AnyTagClassName
{
color: #58988B;
}
</style>
background-color css
<style>
a { background-color: #58988B; }
a { background-color: rgb(88,152,139); }
div.DivClassName
{
background-color: #58988B;
}
.BgClassName
{
background-color: #58988B;
}
</style>
border-color css
<style>
span { border-color: #58988B; }
span { border-color: rgb(88,152,139); }
td.TdClassName
{
border-color: #58988B;
}
.TagClassName
{
border-color: #58988B;
}
</style>