Shades of Patina #54A788
Tints of Patina #54A788
RGB
CMYK
RGB Variations
Color information
#54A788 (or 0x54A788) is known color: Patina. HEX triplet: 54, A7 and 88. RGB value is (84,167,136). Sum of RGB (Red+Green+Blue) = 84+167+136=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #54A788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A788 is #AB5877. Grayscale: #8A8A8A. Windows color (decimal): -11229304 or 8955732. OLE color: 8955732.
HSL color Cylindrical-coordinate representation of color #54A788: hue angle of 157.59º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A788 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 167 | 136 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.35 |
| HSL | 157.59º | 0.33% | 0.49% | - |
| HSV(B) | 157.59º | 0.5% | 0.65% | - |
| XYZ | 21.92 | 31.3 | 28.18 | - |
| YUV | 138.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 136 | 0.50 | 0 | 0.19 | 0.35 | 157.59 | 0.33 | 0.49 |
| Hex | 54 | A7 | 88 | 32 | 0 | 13 | 23 | 9E | 21 | 31 |
| Octal | 124 | 247 | 210 | 62 | 0 | 23 | 43 | 236 | 41 | 61 |
| Binary | 1010100 | 10100111 | 10001000 | 110010 | 0 | 10011 | 100011 | 10011110 | 100001 | 110001 |
Color Harmonies of #54A788
Complementary color
Monochromatic Colors of #54A788
Black with #54A788
Text Example
Text Example
White with #54A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A788; }
p { color: rgb(84,167,136); }
H1.HeaderClassName
{
color: #54A788;
}
.AnyTagClassName
{
color: #54A788;
}
</style>
background-color css
<style>
a { background-color: #54A788; }
a { background-color: rgb(84,167,136); }
div.DivClassName
{
background-color: #54A788;
}
.BgClassName
{
background-color: #54A788;
}
</style>
border-color css
<style>
span { border-color: #54A788; }
span { border-color: rgb(84,167,136); }
td.TdClassName
{
border-color: #54A788;
}
.TagClassName
{
border-color: #54A788;
}
</style>