#549B87

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

Shades of Patina #549B87

Tints of Patina #549B87

Color information

#549B87 (or 0x549B87) is unknown color: approx Patina. HEX triplet: 54, 9B and 87. RGB value is (84,155,135). Sum of RGB (Red+Green+Blue) = 84+155+135=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #549B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549B87 is #AB6478. Grayscale: #838383. Windows color (decimal): -11232377 or 8887124. OLE color: 8887124.

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

Color convert

RGB84155135-
CMYK0.4600.130.39
HSL163.1º29.71%46.86%-
HSV(B)163.1º45.81%60.78%-
XYZ19.7527.0827.11-
YUV131.49129.9894.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.46%
GREEN value IS 155 (60.94% from 255) = 41.44%
BLUE value IS 135 (53.12% from 255) = 36.10%
R=22.46%
G=41.44%
B=36.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841551350.4600.130.39163.129.7146.86
Hex549B872E0D27a31e2f
Octal12423320756015472433657
Binary10101001001101110000111101110011011001111010001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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