Shades of Patina #55957B
Tints of Patina #55957B
RGB
CMYK
RGB Variations
Color information
#55957B (or 0x55957B) is known color: Patina. HEX triplet: 55, 95 and 7B. RGB value is (85,149,123). Sum of RGB (Red+Green+Blue) = 85+149+123=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #55957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55957B is #AA6A84. Grayscale: #7E7E7E. Windows color (decimal): -11168389 or 8099157. OLE color: 8099157.
HSL color Cylindrical-coordinate representation of color #55957B: hue angle of 155.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55957B is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 149 | 123 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.42 |
| HSL | 155.63º | 0.27% | 0.46% | - |
| HSV(B) | 155.63º | 0.43% | 0.58% | - |
| XYZ | 18.07 | 24.86 | 22.58 | - |
| YUV | 126.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 123 | 0.43 | 0 | 0.17 | 0.42 | 155.63 | 0.27 | 0.46 |
| Hex | 55 | 95 | 7B | 2B | 0 | 11 | 2A | 9C | 1B | 2E |
| Octal | 125 | 225 | 173 | 53 | 0 | 21 | 52 | 234 | 33 | 56 |
| Binary | 1010101 | 10010101 | 1111011 | 101011 | 0 | 10001 | 101010 | 10011100 | 11011 | 101110 |
Color Harmonies of #55957B
Complementary color
Monochromatic Colors of #55957B
Black with #55957B
Text Example
Text Example
White with #55957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55957B; }
p { color: rgb(85,149,123); }
H1.HeaderClassName
{
color: #55957B;
}
.AnyTagClassName
{
color: #55957B;
}
</style>
background-color css
<style>
a { background-color: #55957B; }
a { background-color: rgb(85,149,123); }
div.DivClassName
{
background-color: #55957B;
}
.BgClassName
{
background-color: #55957B;
}
</style>
border-color css
<style>
span { border-color: #55957B; }
span { border-color: rgb(85,149,123); }
td.TdClassName
{
border-color: #55957B;
}
.TagClassName
{
border-color: #55957B;
}
</style>