Shades of Patina #559A83
Tints of Patina #559A83
RGB
CMYK
RGB Variations
Color information
#559A83 (or 0x559A83) is known color: Patina. HEX triplet: 55, 9A and 83. RGB value is (85,154,131). Sum of RGB (Red+Green+Blue) = 85+154+131=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #559A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559A83 is #AA657C. Grayscale: #828282. Windows color (decimal): -11167101 or 8624725. OLE color: 8624725.
HSL color Cylindrical-coordinate representation of color #559A83: hue angle of 160º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559A83 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 154 | 131 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.40 |
| HSL | 160º | 0.29% | 0.47% | - |
| HSV(B) | 160º | 0.45% | 0.6% | - |
| XYZ | 19.4 | 26.68 | 25.6 | - |
| YUV | 130.75 | 128.14 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 131 | 0.45 | 0 | 0.15 | 0.40 | 160 | 0.29 | 0.47 |
| Hex | 55 | 9A | 83 | 2D | 0 | F | 28 | A0 | 1D | 2F |
| Octal | 125 | 232 | 203 | 55 | 0 | 17 | 50 | 240 | 35 | 57 |
| Binary | 1010101 | 10011010 | 10000011 | 101101 | 0 | 1111 | 101000 | 10100000 | 11101 | 101111 |
Color Harmonies of #559A83
Complementary color
Monochromatic Colors of #559A83
Black with #559A83
Text Example
Text Example
White with #559A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559A83; }
p { color: rgb(85,154,131); }
H1.HeaderClassName
{
color: #559A83;
}
.AnyTagClassName
{
color: #559A83;
}
</style>
background-color css
<style>
a { background-color: #559A83; }
a { background-color: rgb(85,154,131); }
div.DivClassName
{
background-color: #559A83;
}
.BgClassName
{
background-color: #559A83;
}
</style>
border-color css
<style>
span { border-color: #559A83; }
span { border-color: rgb(85,154,131); }
td.TdClassName
{
border-color: #559A83;
}
.TagClassName
{
border-color: #559A83;
}
</style>