#55A48D

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

Shades of Patina #55A48D

Tints of Patina #55A48D

Color information

#55A48D (or 0x55A48D) is unknown color: approx Patina. HEX triplet: 55, A4 and 8D. RGB value is (85,164,141). Sum of RGB (Red+Green+Blue) = 85+164+141=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #55A48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A48D is #AA5B72. Grayscale: #898989. Windows color (decimal): -11164531 or 9282645. OLE color: 9282645.

HSL color Cylindrical-coordinate representation of color #55A48D: hue angle of 162.53º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A48D is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB85164141-
CMYK0.4800.140.36
HSL162.53º31.73%48.82%-
HSV(B)162.53º48.17%64.31%-
XYZ21.8330.4129.92-
YUV137.76129.8390.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=21.79%
G=42.05%
B=36.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851641410.4800.140.36162.5331.7348.82
Hex55A48D300E24a32031
Octal12524421560016442434061
Binary101010110100100100011011100000111010010010100011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A48D; }

 p { color: rgb(85,164,141); }

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

<style>
 a { background-color: #55A48D; }

 a { background-color: rgb(85,164,141); }

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

<style>
 span { border-color: #55A48D; }

 span { border-color: rgb(85,164,141); }

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