#549B80

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

Shades of Patina #549B80

Tints of Patina #549B80

Color information

#549B80 (or 0x549B80) is unknown color: approx Patina. HEX triplet: 54, 9B and 80. RGB value is (84,155,128). Sum of RGB (Red+Green+Blue) = 84+155+128=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #549B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549B80 is #AB647F. Grayscale: #828282. Windows color (decimal): -11232384 or 8428372. OLE color: 8428372.

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

Color convert

RGB84155128-
CMYK0.4600.170.39
HSL157.18º29.71%46.86%-
HSV(B)157.18º45.81%60.78%-
XYZ19.2726.8924.6-
YUV130.69126.4894.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.89%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=22.89%
G=42.23%
B=34.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841551280.4600.170.39157.1829.7146.86
Hex549B802E011279d1e2f
Octal12423320056021472353657
Binary101010010011011100000001011100100011001111001110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,155,128); }

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

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

 a { background-color: rgb(84,155,128); }

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

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

 span { border-color: rgb(84,155,128); }

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