#55A28E

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

Shades of Patina #55A28E

Tints of Patina #55A28E

Color information

#55A28E (or 0x55A28E) is unknown color: approx Patina. HEX triplet: 55, A2 and 8E. RGB value is (85,162,142). Sum of RGB (Red+Green+Blue) = 85+162+142=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #55A28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A28E is #AA5D71. Grayscale: #888888. Windows color (decimal): -11165042 or 9347669. OLE color: 9347669.

HSL color Cylindrical-coordinate representation of color #55A28E: hue angle of 164.42º 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 #55A28E is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB85162142-
CMYK0.4800.120.36
HSL164.42º31.17%48.43%-
HSV(B)164.42º47.53%63.53%-
XYZ21.5529.7230.19-
YUV136.7130.9991.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 162 (63.67% from 255) = 41.65%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=21.85%
G=41.65%
B=36.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851621420.4800.120.36164.4231.1748.43
Hex55A28E300C24a41f30
Octal12524221660014442443760
Binary10101011010001010001110110000011001001001010010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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