#55A28D

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

Shades of Patina #55A28D

Tints of Patina #55A28D

Color information

#55A28D (or 0x55A28D) is unknown color: approx Patina. HEX triplet: 55, A2 and 8D. RGB value is (85,162,141). Sum of RGB (Red+Green+Blue) = 85+162+141=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #55A28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A28D is #AA5D72. Grayscale: #888888. Windows color (decimal): -11165043 or 9282133. OLE color: 9282133.

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

Color convert

RGB85162141-
CMYK0.4800.130.36
HSL163.64º31.17%48.43%-
HSV(B)163.64º47.53%63.53%-
XYZ21.4729.729.8-
YUV136.58130.4991.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 162 (63.67% from 255) = 41.75%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=21.91%
G=41.75%
B=36.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851621410.4800.130.36163.6431.1748.43
Hex55A28D300D24a41f30
Octal12524221560015442443760
Binary10101011010001010001101110000011011001001010010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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