Shades of Patina #54A587
Tints of Patina #54A587
RGB
CMYK
RGB Variations
Color information
#54A587 (or 0x54A587) is known color: Patina. HEX triplet: 54, A5 and 87. RGB value is (84,165,135). Sum of RGB (Red+Green+Blue) = 84+165+135=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 165 - color contains mainly: green. Hex color #54A587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A587 is #AB5A78. Grayscale: #898989. Windows color (decimal): -11229817 or 8889684. OLE color: 8889684.
HSL color Cylindrical-coordinate representation of color #54A587: hue angle of 157.78º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A587 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 165 | 135 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.35 |
| HSL | 157.78º | 0.33% | 0.49% | - |
| HSV(B) | 157.78º | 0.49% | 0.65% | - |
| XYZ | 21.48 | 30.54 | 27.68 | - |
| YUV | 137.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 165 | 135 | 0.49 | 0 | 0.18 | 0.35 | 157.78 | 0.33 | 0.49 |
| Hex | 54 | A5 | 87 | 31 | 0 | 12 | 23 | 9E | 21 | 31 |
| Octal | 124 | 245 | 207 | 61 | 0 | 22 | 43 | 236 | 41 | 61 |
| Binary | 1010100 | 10100101 | 10000111 | 110001 | 0 | 10010 | 100011 | 10011110 | 100001 | 110001 |
Color Harmonies of #54A587
Complementary color
Monochromatic Colors of #54A587
Black with #54A587
Text Example
Text Example
White with #54A587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A587; }
p { color: rgb(84,165,135); }
H1.HeaderClassName
{
color: #54A587;
}
.AnyTagClassName
{
color: #54A587;
}
</style>
background-color css
<style>
a { background-color: #54A587; }
a { background-color: rgb(84,165,135); }
div.DivClassName
{
background-color: #54A587;
}
.BgClassName
{
background-color: #54A587;
}
</style>
border-color css
<style>
span { border-color: #54A587; }
span { border-color: rgb(84,165,135); }
td.TdClassName
{
border-color: #54A587;
}
.TagClassName
{
border-color: #54A587;
}
</style>