Shades of Patina #55987D
Tints of Patina #55987D
RGB
CMYK
RGB Variations
Color information
#55987D (or 0x55987D) is known color: Patina. HEX triplet: 55, 98 and 7D. RGB value is (85,152,125). Sum of RGB (Red+Green+Blue) = 85+152+125=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #55987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55987D is #AA6782. Grayscale: #808080. Windows color (decimal): -11167619 or 8230997. OLE color: 8230997.
HSL color Cylindrical-coordinate representation of color #55987D: hue angle of 155.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55987D is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 125 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.40 |
| HSL | 155.82º | 0.28% | 0.46% | - |
| HSV(B) | 155.82º | 0.44% | 0.6% | - |
| XYZ | 18.68 | 25.87 | 23.41 | - |
| YUV | 128.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 125 | 0.44 | 0 | 0.18 | 0.40 | 155.82 | 0.28 | 0.46 |
| Hex | 55 | 98 | 7D | 2C | 0 | 12 | 28 | 9C | 1C | 2E |
| Octal | 125 | 230 | 175 | 54 | 0 | 22 | 50 | 234 | 34 | 56 |
| Binary | 1010101 | 10011000 | 1111101 | 101100 | 0 | 10010 | 101000 | 10011100 | 11100 | 101110 |
Color Harmonies of #55987D
Complementary color
Monochromatic Colors of #55987D
Black with #55987D
Text Example
Text Example
White with #55987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55987D; }
p { color: rgb(85,152,125); }
H1.HeaderClassName
{
color: #55987D;
}
.AnyTagClassName
{
color: #55987D;
}
</style>
background-color css
<style>
a { background-color: #55987D; }
a { background-color: rgb(85,152,125); }
div.DivClassName
{
background-color: #55987D;
}
.BgClassName
{
background-color: #55987D;
}
</style>
border-color css
<style>
span { border-color: #55987D; }
span { border-color: rgb(85,152,125); }
td.TdClassName
{
border-color: #55987D;
}
.TagClassName
{
border-color: #55987D;
}
</style>