Shades of Patina #55977D
Tints of Patina #55977D
RGB
CMYK
RGB Variations
Color information
#55977D (or 0x55977D) is known color: Patina. HEX triplet: 55, 97 and 7D. RGB value is (85,151,125). Sum of RGB (Red+Green+Blue) = 85+151+125=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #55977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55977D is #AA6882. Grayscale: #808080. Windows color (decimal): -11167875 or 8230741. OLE color: 8230741.
HSL color Cylindrical-coordinate representation of color #55977D: hue angle of 156.36º 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 #55977D is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 125 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.41 |
| HSL | 156.36º | 0.28% | 0.46% | - |
| HSV(B) | 156.36º | 0.44% | 0.59% | - |
| XYZ | 18.51 | 25.55 | 23.36 | - |
| YUV | 128.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 125 | 0.44 | 0 | 0.17 | 0.41 | 156.36 | 0.28 | 0.46 |
| Hex | 55 | 97 | 7D | 2C | 0 | 11 | 29 | 9C | 1C | 2E |
| Octal | 125 | 227 | 175 | 54 | 0 | 21 | 51 | 234 | 34 | 56 |
| Binary | 1010101 | 10010111 | 1111101 | 101100 | 0 | 10001 | 101001 | 10011100 | 11100 | 101110 |
Color Harmonies of #55977D
Complementary color
Monochromatic Colors of #55977D
Black with #55977D
Text Example
Text Example
White with #55977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55977D; }
p { color: rgb(85,151,125); }
H1.HeaderClassName
{
color: #55977D;
}
.AnyTagClassName
{
color: #55977D;
}
</style>
background-color css
<style>
a { background-color: #55977D; }
a { background-color: rgb(85,151,125); }
div.DivClassName
{
background-color: #55977D;
}
.BgClassName
{
background-color: #55977D;
}
</style>
border-color css
<style>
span { border-color: #55977D; }
span { border-color: rgb(85,151,125); }
td.TdClassName
{
border-color: #55977D;
}
.TagClassName
{
border-color: #55977D;
}
</style>