#549D88

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

Shades of Patina #549D88

Tints of Patina #549D88

Color information

#549D88 (or 0x549D88) is unknown color: approx Patina. HEX triplet: 54, 9D and 88. RGB value is (84,157,136). Sum of RGB (Red+Green+Blue) = 84+157+136=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #549D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549D88 is #AB6277. Grayscale: #848484. Windows color (decimal): -11231864 or 8953172. OLE color: 8953172.

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

Color convert

RGB84157136-
CMYK0.4600.130.38
HSL162.74º30.29%47.25%-
HSV(B)162.74º46.5%61.57%-
XYZ20.1627.7827.59-
YUV132.78129.8293.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 157 (61.72% from 255) = 41.64%
BLUE value IS 136 (53.52% from 255) = 36.07%
R=22.28%
G=41.64%
B=36.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841571360.4600.130.38162.7430.2947.25
Hex549D882E0D26a31e2f
Octal12423521056015462433657
Binary10101001001110110001000101110011011001101010001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,157,136); }

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

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

 a { background-color: rgb(84,157,136); }

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

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

 span { border-color: rgb(84,157,136); }

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