#55957F

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

Shades of Patina #55957F

Tints of Patina #55957F

Color information

#55957F (or 0x55957F) is unknown color: approx Patina. HEX triplet: 55, 95 and 7F. RGB value is (85,149,127). Sum of RGB (Red+Green+Blue) = 85+149+127=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #55957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55957F is #AA6A80. Grayscale: #7F7F7F. Windows color (decimal): -11168385 or 8361301. OLE color: 8361301.

HSL color Cylindrical-coordinate representation of color #55957F: hue angle of 159.38º 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 #55957F is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB85149127-
CMYK0.4300.150.42
HSL159.38º27.35%45.88%-
HSV(B)159.38º42.95%58.43%-
XYZ18.3224.9623.93-
YUV127.36127.897.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 127 (50% from 255) = 35.18%
R=23.55%
G=41.27%
B=35.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491270.4300.150.42159.3827.3545.88
Hex55957F2B0F2A9f1b2e
Octal12522517753017522373356
Binary1010101100101011111111101011011111010101001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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