#549B84

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

Shades of Patina #549B84

Tints of Patina #549B84

Color information

#549B84 (or 0x549B84) is unknown color: approx Patina. HEX triplet: 54, 9B and 84. RGB value is (84,155,132). Sum of RGB (Red+Green+Blue) = 84+155+132=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #549B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549B84 is #AB647B. Grayscale: #838383. Windows color (decimal): -11232380 or 8690516. OLE color: 8690516.

HSL color Cylindrical-coordinate representation of color #549B84: hue angle of 160.56º 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 #549B84 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB84155132-
CMYK0.4600.150.39
HSL160.56º29.71%46.86%-
HSV(B)160.56º45.81%60.78%-
XYZ19.5426.9926.01-
YUV131.15128.4894.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=22.64%
G=41.78%
B=35.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841551320.4600.150.39160.5629.7146.86
Hex549B842E0F27a11e2f
Octal12423320456017472413657
Binary10101001001101110000100101110011111001111010000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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