Shades of Patina #55997C
Tints of Patina #55997C
RGB
CMYK
RGB Variations
Color information
#55997C (or 0x55997C) is known color: Patina. HEX triplet: 55, 99 and 7C. RGB value is (85,153,124). Sum of RGB (Red+Green+Blue) = 85+153+124=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #55997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55997C is #AA6683. Grayscale: #818181. Windows color (decimal): -11167364 or 8165717. OLE color: 8165717.
HSL color Cylindrical-coordinate representation of color #55997C: hue angle of 154.41º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55997C is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 124 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.4 |
| HSL | 154.41º | 0.29% | 0.47% | - |
| HSV(B) | 154.41º | 0.44% | 0.6% | - |
| XYZ | 18.78 | 26.17 | 23.13 | - |
| YUV | 129.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 124 | 0.44 | 0 | 0.19 | 0.4 | 154.41 | 0.29 | 0.47 |
| Hex | 55 | 99 | 7C | 2C | 0 | 13 | 28 | 9A | 1D | 2F |
| Octal | 125 | 231 | 174 | 54 | 0 | 23 | 50 | 232 | 35 | 57 |
| Binary | 1010101 | 10011001 | 1111100 | 101100 | 0 | 10011 | 101000 | 10011010 | 11101 | 101111 |
Color Harmonies of #55997C
Complementary color
Monochromatic Colors of #55997C
Black with #55997C
Text Example
Text Example
White with #55997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55997C; }
p { color: rgb(85,153,124); }
H1.HeaderClassName
{
color: #55997C;
}
.AnyTagClassName
{
color: #55997C;
}
</style>
background-color css
<style>
a { background-color: #55997C; }
a { background-color: rgb(85,153,124); }
div.DivClassName
{
background-color: #55997C;
}
.BgClassName
{
background-color: #55997C;
}
</style>
border-color css
<style>
span { border-color: #55997C; }
span { border-color: rgb(85,153,124); }
td.TdClassName
{
border-color: #55997C;
}
.TagClassName
{
border-color: #55997C;
}
</style>