Shades of Patina #55927D
Tints of Patina #55927D
RGB
CMYK
RGB Variations
Color information
#55927D (or 0x55927D) is known color: Patina. HEX triplet: 55, 92 and 7D. RGB value is (85,146,125). Sum of RGB (Red+Green+Blue) = 85+146+125=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #55927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55927D is #AA6D82. Grayscale: #7D7D7D. Windows color (decimal): -11169155 or 8229461. OLE color: 8229461.
HSL color Cylindrical-coordinate representation of color #55927D: hue angle of 159.34º 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 #55927D is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 125 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.43 |
| HSL | 159.34º | 0.26% | 0.45% | - |
| HSV(B) | 159.34º | 0.42% | 0.57% | - |
| XYZ | 17.73 | 23.97 | 23.09 | - |
| YUV | 125.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 125 | 0.42 | 0 | 0.14 | 0.43 | 159.34 | 0.26 | 0.45 |
| Hex | 55 | 92 | 7D | 2A | 0 | E | 2B | 9F | 1A | 2D |
| Octal | 125 | 222 | 175 | 52 | 0 | 16 | 53 | 237 | 32 | 55 |
| Binary | 1010101 | 10010010 | 1111101 | 101010 | 0 | 1110 | 101011 | 10011111 | 11010 | 101101 |
Color Harmonies of #55927D
Complementary color
Monochromatic Colors of #55927D
Black with #55927D
Text Example
Text Example
White with #55927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55927D; }
p { color: rgb(85,146,125); }
H1.HeaderClassName
{
color: #55927D;
}
.AnyTagClassName
{
color: #55927D;
}
</style>
background-color css
<style>
a { background-color: #55927D; }
a { background-color: rgb(85,146,125); }
div.DivClassName
{
background-color: #55927D;
}
.BgClassName
{
background-color: #55927D;
}
</style>
border-color css
<style>
span { border-color: #55927D; }
span { border-color: rgb(85,146,125); }
td.TdClassName
{
border-color: #55927D;
}
.TagClassName
{
border-color: #55927D;
}
</style>