Shades of Patina #55907B
Tints of Patina #55907B
RGB
CMYK
RGB Variations
Color information
#55907B (or 0x55907B) is known color: Patina. HEX triplet: 55, 90 and 7B. RGB value is (85,144,123). Sum of RGB (Red+Green+Blue) = 85+144+123=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #55907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55907B is #AA6F84. Grayscale: #7B7B7B. Windows color (decimal): -11169669 or 8097877. OLE color: 8097877.
HSL color Cylindrical-coordinate representation of color #55907B: hue angle of 158.64º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55907B is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 144 | 123 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.44 |
| HSL | 158.64º | 0.26% | 0.45% | - |
| HSV(B) | 158.64º | 0.41% | 0.56% | - |
| XYZ | 17.29 | 23.31 | 22.33 | - |
| YUV | 123.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 123 | 0.41 | 0 | 0.15 | 0.44 | 158.64 | 0.26 | 0.45 |
| Hex | 55 | 90 | 7B | 29 | 0 | F | 2C | 9F | 1A | 2D |
| Octal | 125 | 220 | 173 | 51 | 0 | 17 | 54 | 237 | 32 | 55 |
| Binary | 1010101 | 10010000 | 1111011 | 101001 | 0 | 1111 | 101100 | 10011111 | 11010 | 101101 |
Color Harmonies of #55907B
Complementary color
Monochromatic Colors of #55907B
Black with #55907B
Text Example
Text Example
White with #55907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55907B; }
p { color: rgb(85,144,123); }
H1.HeaderClassName
{
color: #55907B;
}
.AnyTagClassName
{
color: #55907B;
}
</style>
background-color css
<style>
a { background-color: #55907B; }
a { background-color: rgb(85,144,123); }
div.DivClassName
{
background-color: #55907B;
}
.BgClassName
{
background-color: #55907B;
}
</style>
border-color css
<style>
span { border-color: #55907B; }
span { border-color: rgb(85,144,123); }
td.TdClassName
{
border-color: #55907B;
}
.TagClassName
{
border-color: #55907B;
}
</style>