#549E86

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

Shades of Patina #549E86

Tints of Patina #549E86

Color information

#549E86 (or 0x549E86) is unknown color: approx Patina. HEX triplet: 54, 9E and 86. RGB value is (84,158,134). Sum of RGB (Red+Green+Blue) = 84+158+134=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #549E86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549E86 is #AB6179. Grayscale: #858585. Windows color (decimal): -11231610 or 8822356. OLE color: 8822356.

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

Color convert

RGB84158134-
CMYK0.4700.150.38
HSL160.54º30.58%47.45%-
HSV(B)160.54º46.84%61.96%-
XYZ20.1928.0626.91-
YUV133.14128.4892.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 158 (62.11% from 255) = 42.02%
BLUE value IS 134 (52.73% from 255) = 35.64%
R=22.34%
G=42.02%
B=35.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841581340.4700.150.38160.5430.5847.45
Hex549E862F0F26a11f2f
Octal12423620657017462413757
Binary10101001001111010000110101111011111001101010000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,158,134); }

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

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

 a { background-color: rgb(84,158,134); }

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

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

 span { border-color: rgb(84,158,134); }

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