Shades of Patina #55937C
Tints of Patina #55937C
RGB
CMYK
RGB Variations
Color information
#55937C (or 0x55937C) is known color: Patina. HEX triplet: 55, 93 and 7C. RGB value is (85,147,124). Sum of RGB (Red+Green+Blue) = 85+147+124=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #55937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55937C is #AA6C83. Grayscale: #7D7D7D. Windows color (decimal): -11168900 or 8164181. OLE color: 8164181.
HSL color Cylindrical-coordinate representation of color #55937C: hue angle of 157.74º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55937C is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 147 | 124 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.42 |
| HSL | 157.74º | 0.27% | 0.45% | - |
| HSV(B) | 157.74º | 0.42% | 0.58% | - |
| XYZ | 17.82 | 24.25 | 22.81 | - |
| YUV | 125.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 147 | 124 | 0.42 | 0 | 0.16 | 0.42 | 157.74 | 0.27 | 0.45 |
| Hex | 55 | 93 | 7C | 2A | 0 | 10 | 2A | 9E | 1B | 2D |
| Octal | 125 | 223 | 174 | 52 | 0 | 20 | 52 | 236 | 33 | 55 |
| Binary | 1010101 | 10010011 | 1111100 | 101010 | 0 | 10000 | 101010 | 10011110 | 11011 | 101101 |
Color Harmonies of #55937C
Complementary color
Monochromatic Colors of #55937C
Black with #55937C
Text Example
Text Example
White with #55937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55937C; }
p { color: rgb(85,147,124); }
H1.HeaderClassName
{
color: #55937C;
}
.AnyTagClassName
{
color: #55937C;
}
</style>
background-color css
<style>
a { background-color: #55937C; }
a { background-color: rgb(85,147,124); }
div.DivClassName
{
background-color: #55937C;
}
.BgClassName
{
background-color: #55937C;
}
</style>
border-color css
<style>
span { border-color: #55937C; }
span { border-color: rgb(85,147,124); }
td.TdClassName
{
border-color: #55937C;
}
.TagClassName
{
border-color: #55937C;
}
</style>