#54A789

Color #54A789 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #54A789

Tints of Patina #54A789

Color information

#54A789 (or 0x54A789) is unknown color: approx Patina. HEX triplet: 54, A7 and 89. RGB value is (84,167,137). Sum of RGB (Red+Green+Blue) = 84+167+137=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #54A789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A789 is #AB5876. Grayscale: #8A8A8A. Windows color (decimal): -11229303 or 9021268. OLE color: 9021268.

HSL color Cylindrical-coordinate representation of color #54A789: hue angle of 158.31º 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 #54A789 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB84167137-
CMYK0.5000.180.35
HSL158.31º33.07%49.22%-
HSV(B)158.31º49.7%65.49%-
XYZ21.9931.3328.55-
YUV138.7612788.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 137 (53.91% from 255) = 35.31%
R=21.65%
G=43.04%
B=35.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841671370.5000.180.35158.3133.0749.22
Hex54A78932012239e2131
Octal12424721162022432364161
Binary1010100101001111000100111001001001010001110011110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A789; }

 p { color: rgb(84,167,137); }

 H1.HeaderClassName
 {
   color: #54A789;
 }
 .AnyTagClassName
 {
   color: #54A789;
 }
</style>
background-color css

<style>
 a { background-color: #54A789; }

 a { background-color: rgb(84,167,137); }

 div.DivClassName
 {
   background-color: #54A789;
 }
 .BgClassName
 {
   background-color: #54A789;
 }
</style>
border-color css

<style>
 span { border-color: #54A789; }

 span { border-color: rgb(84,167,137); }

 td.TdClassName
 {
   border-color: #54A789;
 }
 .TagClassName
 {
   border-color: #54A789;
 }
</style>