Shades of Patina #589183
Tints of Patina #589183
RGB
CMYK
RGB Variations
Color information
#589183 (or 0x589183) is known color: Patina. HEX triplet: 58, 91 and 83. RGB value is (88,145,131). Sum of RGB (Red+Green+Blue) = 88+145+131=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #589183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589183 is #A76E7C. Grayscale: #7E7E7E. Windows color (decimal): -10972797 or 8622424. OLE color: 8622424.
HSL color Cylindrical-coordinate representation of color #589183: hue angle of 165.26º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #589183 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 145 | 131 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.43 |
| HSL | 165.26º | 0.24% | 0.46% | - |
| HSV(B) | 165.26º | 0.39% | 0.57% | - |
| XYZ | 18.25 | 23.96 | 25.14 | - |
| YUV | 126.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 131 | 0.39 | 0 | 0.10 | 0.43 | 165.26 | 0.24 | 0.46 |
| Hex | 58 | 91 | 83 | 27 | 0 | A | 2B | A5 | 18 | 2E |
| Octal | 130 | 221 | 203 | 47 | 0 | 12 | 53 | 245 | 30 | 56 |
| Binary | 1011000 | 10010001 | 10000011 | 100111 | 0 | 1010 | 101011 | 10100101 | 11000 | 101110 |
Color Harmonies of #589183
Complementary color
Monochromatic Colors of #589183
Black with #589183
Text Example
Text Example
White with #589183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589183; }
p { color: rgb(88,145,131); }
H1.HeaderClassName
{
color: #589183;
}
.AnyTagClassName
{
color: #589183;
}
</style>
background-color css
<style>
a { background-color: #589183; }
a { background-color: rgb(88,145,131); }
div.DivClassName
{
background-color: #589183;
}
.BgClassName
{
background-color: #589183;
}
</style>
border-color css
<style>
span { border-color: #589183; }
span { border-color: rgb(88,145,131); }
td.TdClassName
{
border-color: #589183;
}
.TagClassName
{
border-color: #589183;
}
</style>