#55957E

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

Shades of Patina #55957E

Tints of Patina #55957E

Color information

#55957E (or 0x55957E) is unknown color: approx Patina. HEX triplet: 55, 95 and 7E. RGB value is (85,149,126). Sum of RGB (Red+Green+Blue) = 85+149+126=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #55957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55957E is #AA6A81. Grayscale: #7F7F7F. Windows color (decimal): -11168386 or 8295765. OLE color: 8295765.

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

Color convert

RGB85149126-
CMYK0.4300.150.42
HSL158.44º27.35%45.88%-
HSV(B)158.44º42.95%58.43%-
XYZ18.2624.9323.59-
YUV127.24127.397.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 126 (49.61% from 255) = 35%
R=23.61%
G=41.39%
B=35%

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
Decimal851491260.4300.150.42158.4427.3545.88
Hex55957E2B0F2A9e1b2e
Octal12522517653017522363356
Binary1010101100101011111110101011011111010101001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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