Shades of Patina #55997B
Tints of Patina #55997B
RGB
CMYK
RGB Variations
Color information
#55997B (or 0x55997B) is known color: Patina. HEX triplet: 55, 99 and 7B. RGB value is (85,153,123). Sum of RGB (Red+Green+Blue) = 85+153+123=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #55997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55997B is #AA6684. Grayscale: #818181. Windows color (decimal): -11167365 or 8100181. OLE color: 8100181.
HSL color Cylindrical-coordinate representation of color #55997B: hue angle of 153.53º 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 #55997B is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 123 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.4 |
| HSL | 153.53º | 0.29% | 0.47% | - |
| HSV(B) | 153.53º | 0.44% | 0.6% | - |
| XYZ | 18.71 | 26.14 | 22.8 | - |
| YUV | 129.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 123 | 0.44 | 0 | 0.20 | 0.4 | 153.53 | 0.29 | 0.47 |
| Hex | 55 | 99 | 7B | 2C | 0 | 14 | 28 | 9A | 1D | 2F |
| Octal | 125 | 231 | 173 | 54 | 0 | 24 | 50 | 232 | 35 | 57 |
| Binary | 1010101 | 10011001 | 1111011 | 101100 | 0 | 10100 | 101000 | 10011010 | 11101 | 101111 |
Color Harmonies of #55997B
Complementary color
Monochromatic Colors of #55997B
Black with #55997B
Text Example
Text Example
White with #55997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55997B; }
p { color: rgb(85,153,123); }
H1.HeaderClassName
{
color: #55997B;
}
.AnyTagClassName
{
color: #55997B;
}
</style>
background-color css
<style>
a { background-color: #55997B; }
a { background-color: rgb(85,153,123); }
div.DivClassName
{
background-color: #55997B;
}
.BgClassName
{
background-color: #55997B;
}
</style>
border-color css
<style>
span { border-color: #55997B; }
span { border-color: rgb(85,153,123); }
td.TdClassName
{
border-color: #55997B;
}
.TagClassName
{
border-color: #55997B;
}
</style>