Shades of Patina #55977C
Tints of Patina #55977C
RGB
CMYK
RGB Variations
Color information
#55977C (or 0x55977C) is known color: Patina. HEX triplet: 55, 97 and 7C. RGB value is (85,151,124). Sum of RGB (Red+Green+Blue) = 85+151+124=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #55977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55977C is #AA6883. Grayscale: #808080. Windows color (decimal): -11167876 or 8165205. OLE color: 8165205.
HSL color Cylindrical-coordinate representation of color #55977C: hue angle of 155.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55977C is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 124 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.41 |
| HSL | 155.45º | 0.28% | 0.46% | - |
| HSV(B) | 155.45º | 0.44% | 0.59% | - |
| XYZ | 18.45 | 25.52 | 23.02 | - |
| YUV | 128.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 124 | 0.44 | 0 | 0.18 | 0.41 | 155.45 | 0.28 | 0.46 |
| Hex | 55 | 97 | 7C | 2C | 0 | 12 | 29 | 9B | 1C | 2E |
| Octal | 125 | 227 | 174 | 54 | 0 | 22 | 51 | 233 | 34 | 56 |
| Binary | 1010101 | 10010111 | 1111100 | 101100 | 0 | 10010 | 101001 | 10011011 | 11100 | 101110 |
Color Harmonies of #55977C
Complementary color
Monochromatic Colors of #55977C
Black with #55977C
Text Example
Text Example
White with #55977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55977C; }
p { color: rgb(85,151,124); }
H1.HeaderClassName
{
color: #55977C;
}
.AnyTagClassName
{
color: #55977C;
}
</style>
background-color css
<style>
a { background-color: #55977C; }
a { background-color: rgb(85,151,124); }
div.DivClassName
{
background-color: #55977C;
}
.BgClassName
{
background-color: #55977C;
}
</style>
border-color css
<style>
span { border-color: #55977C; }
span { border-color: rgb(85,151,124); }
td.TdClassName
{
border-color: #55977C;
}
.TagClassName
{
border-color: #55977C;
}
</style>