#55957C

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

Shades of Patina #55957C

Tints of Patina #55957C

Color information

#55957C (or 0x55957C) is unknown color: approx Patina. HEX triplet: 55, 95 and 7C. RGB value is (85,149,124). Sum of RGB (Red+Green+Blue) = 85+149+124=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #55957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55957C is #AA6A83. Grayscale: #7F7F7F. Windows color (decimal): -11168388 or 8164693. OLE color: 8164693.

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

Color convert

RGB85149124-
CMYK0.4300.170.42
HSL156.56º27.35%45.88%-
HSV(B)156.56º42.95%58.43%-
XYZ18.1324.8822.92-
YUV127.01126.398.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 149 (58.59% from 255) = 41.62%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=23.74%
G=41.62%
B=34.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491240.4300.170.42156.5627.3545.88
Hex55957C2B0112A9d1b2e
Octal12522517453021522353356
Binary10101011001010111111001010110100011010101001110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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