#55A288

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

Shades of Patina #55A288

Tints of Patina #55A288

Color information

#55A288 (or 0x55A288) is unknown color: approx Patina. HEX triplet: 55, A2 and 88. RGB value is (85,162,136). Sum of RGB (Red+Green+Blue) = 85+162+136=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #55A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A288 is #AA5D77. Grayscale: #888888. Windows color (decimal): -11165048 or 8954453. OLE color: 8954453.

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

Color convert

RGB85162136-
CMYK0.4800.160.36
HSL159.74º31.17%48.43%-
HSV(B)159.74º47.53%63.53%-
XYZ21.1129.5527.88-
YUV136.01127.9991.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=22.19%
G=42.30%
B=35.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851621360.4800.160.36159.7431.1748.43
Hex55A2883001024a01f30
Octal12524221060020442403760
Binary101010110100010100010001100000100001001001010000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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