Shades of Patina #55917C
Tints of Patina #55917C
RGB
CMYK
RGB Variations
Color information
#55917C (or 0x55917C) is known color: Patina. HEX triplet: 55, 91 and 7C. RGB value is (85,145,124). Sum of RGB (Red+Green+Blue) = 85+145+124=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #55917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55917C is #AA6E83. Grayscale: #7C7C7C. Windows color (decimal): -11169412 or 8163669. OLE color: 8163669.
HSL color Cylindrical-coordinate representation of color #55917C: hue angle of 159º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55917C is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 124 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.43 |
| HSL | 159º | 0.26% | 0.45% | - |
| HSV(B) | 159º | 0.41% | 0.57% | - |
| XYZ | 17.51 | 23.64 | 22.71 | - |
| YUV | 124.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 124 | 0.41 | 0 | 0.14 | 0.43 | 159 | 0.26 | 0.45 |
| Hex | 55 | 91 | 7C | 29 | 0 | E | 2B | 9F | 1A | 2D |
| Octal | 125 | 221 | 174 | 51 | 0 | 16 | 53 | 237 | 32 | 55 |
| Binary | 1010101 | 10010001 | 1111100 | 101001 | 0 | 1110 | 101011 | 10011111 | 11010 | 101101 |
Color Harmonies of #55917C
Complementary color
Monochromatic Colors of #55917C
Black with #55917C
Text Example
Text Example
White with #55917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55917C; }
p { color: rgb(85,145,124); }
H1.HeaderClassName
{
color: #55917C;
}
.AnyTagClassName
{
color: #55917C;
}
</style>
background-color css
<style>
a { background-color: #55917C; }
a { background-color: rgb(85,145,124); }
div.DivClassName
{
background-color: #55917C;
}
.BgClassName
{
background-color: #55917C;
}
</style>
border-color css
<style>
span { border-color: #55917C; }
span { border-color: rgb(85,145,124); }
td.TdClassName
{
border-color: #55917C;
}
.TagClassName
{
border-color: #55917C;
}
</style>