Shades of Patina #55927A
Tints of Patina #55927A
RGB
CMYK
RGB Variations
Color information
#55927A (or 0x55927A) is known color: Patina. HEX triplet: 55, 92 and 7A. RGB value is (85,146,122). Sum of RGB (Red+Green+Blue) = 85+146+122=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #55927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55927A is #AA6D85. Grayscale: #7D7D7D. Windows color (decimal): -11169158 or 8032853. OLE color: 8032853.
HSL color Cylindrical-coordinate representation of color #55927A: hue angle of 156.39º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55927A is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 122 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.43 |
| HSL | 156.39º | 0.26% | 0.45% | - |
| HSV(B) | 156.39º | 0.42% | 0.57% | - |
| XYZ | 17.54 | 23.89 | 22.1 | - |
| YUV | 125.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 122 | 0.42 | 0 | 0.16 | 0.43 | 156.39 | 0.26 | 0.45 |
| Hex | 55 | 92 | 7A | 2A | 0 | 10 | 2B | 9C | 1A | 2D |
| Octal | 125 | 222 | 172 | 52 | 0 | 20 | 53 | 234 | 32 | 55 |
| Binary | 1010101 | 10010010 | 1111010 | 101010 | 0 | 10000 | 101011 | 10011100 | 11010 | 101101 |
Color Harmonies of #55927A
Complementary color
Monochromatic Colors of #55927A
Black with #55927A
Text Example
Text Example
White with #55927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55927A; }
p { color: rgb(85,146,122); }
H1.HeaderClassName
{
color: #55927A;
}
.AnyTagClassName
{
color: #55927A;
}
</style>
background-color css
<style>
a { background-color: #55927A; }
a { background-color: rgb(85,146,122); }
div.DivClassName
{
background-color: #55927A;
}
.BgClassName
{
background-color: #55927A;
}
</style>
border-color css
<style>
span { border-color: #55927A; }
span { border-color: rgb(85,146,122); }
td.TdClassName
{
border-color: #55927A;
}
.TagClassName
{
border-color: #55927A;
}
</style>