#55937C

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

Shades of Patina #55937C

Tints of Patina #55937C

Color information

#55937C (or 0x55937C) is unknown color: approx Patina. HEX triplet: 55, 93 and 7C. RGB value is (85,147,124). Sum of RGB (Red+Green+Blue) = 85+147+124=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #55937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55937C is #AA6C83. Grayscale: #7D7D7D. Windows color (decimal): -11168900 or 8164181. OLE color: 8164181.

HSL color Cylindrical-coordinate representation of color #55937C: hue angle of 157.74º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55937C is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB85147124-
CMYK0.4200.160.42
HSL157.74º26.72%45.49%-
HSV(B)157.74º42.18%57.65%-
XYZ17.8224.2522.81-
YUV125.84126.9698.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=23.88%
G=41.29%
B=34.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471240.4200.160.42157.7426.7245.49
Hex55937C2A0102A9e1b2d
Octal12522317452020522363355
Binary10101011001001111111001010100100001010101001111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55937C; }

 p { color: rgb(85,147,124); }

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

<style>
 a { background-color: #55937C; }

 a { background-color: rgb(85,147,124); }

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

<style>
 span { border-color: #55937C; }

 span { border-color: rgb(85,147,124); }

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