#55A385

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

Shades of Patina #55A385

Tints of Patina #55A385

Color information

#55A385 (or 0x55A385) is unknown color: approx Patina. HEX triplet: 55, A3 and 85. RGB value is (85,163,133). Sum of RGB (Red+Green+Blue) = 85+163+133=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #55A385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A385 is #AA5C7A. Grayscale: #888888. Windows color (decimal): -11164795 or 8758101. OLE color: 8758101.

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

Color convert

RGB85163133-
CMYK0.4800.180.36
HSL156.92º31.45%48.63%-
HSV(B)156.92º47.85%63.92%-
XYZ21.0829.8226.84-
YUV136.26126.1691.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 163 (64.06% from 255) = 42.78%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=22.31%
G=42.78%
B=34.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851631330.4800.180.36156.9231.4548.63
Hex55A38530012249d1f31
Octal12524320560022442353761
Binary101010110100011100001011100000100101001001001110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,163,133); }

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

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

 a { background-color: rgb(85,163,133); }

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

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

 span { border-color: rgb(85,163,133); }

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