#549D89

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

Shades of Patina #549D89

Tints of Patina #549D89

Color information

#549D89 (or 0x549D89) is unknown color: approx Patina. HEX triplet: 54, 9D and 89. RGB value is (84,157,137). Sum of RGB (Red+Green+Blue) = 84+157+137=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #549D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549D89 is #AB6276. Grayscale: #848484. Windows color (decimal): -11231863 or 9018708. OLE color: 9018708.

HSL color Cylindrical-coordinate representation of color #549D89: hue angle of 163.56º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549D89 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB84157137-
CMYK0.4600.130.38
HSL163.56º30.29%47.25%-
HSV(B)163.56º46.5%61.57%-
XYZ20.2327.827.97-
YUV132.89130.3293.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 157 (61.72% from 255) = 41.53%
BLUE value IS 137 (53.91% from 255) = 36.24%
R=22.22%
G=41.53%
B=36.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841571370.4600.130.38163.5630.2947.25
Hex549D892E0D26a41e2f
Octal12423521156015462443657
Binary10101001001110110001001101110011011001101010010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549D89; }

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

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

<style>
 a { background-color: #549D89; }

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

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

<style>
 span { border-color: #549D89; }

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

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