#549F82

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

Shades of Patina #549F82

Tints of Patina #549F82

Color information

#549F82 (or 0x549F82) is unknown color: approx Patina. HEX triplet: 54, 9F and 82. RGB value is (84,159,130). Sum of RGB (Red+Green+Blue) = 84+159+130=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #549F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549F82 is #AB607D. Grayscale: #858585. Windows color (decimal): -11231358 or 8560468. OLE color: 8560468.

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

Color convert

RGB84159130-
CMYK0.4700.180.38
HSL156.8º30.86%47.65%-
HSV(B)156.8º47.17%62.35%-
XYZ20.0828.2925.52-
YUV133.27126.1592.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.52%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=22.52%
G=42.63%
B=34.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841591300.4700.180.38156.830.8647.65
Hex549F822F012269d1f30
Octal12423720257022462353760
Binary101010010011111100000101011110100101001101001110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,159,130); }

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

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

 a { background-color: rgb(84,159,130); }

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

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

 span { border-color: rgb(84,159,130); }

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