#55957B

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

Shades of Patina #55957B

Tints of Patina #55957B

Color information

#55957B (or 0x55957B) is unknown color: approx Patina. HEX triplet: 55, 95 and 7B. RGB value is (85,149,123). Sum of RGB (Red+Green+Blue) = 85+149+123=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #55957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55957B is #AA6A84. Grayscale: #7E7E7E. Windows color (decimal): -11168389 or 8099157. OLE color: 8099157.

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

Color convert

RGB85149123-
CMYK0.4300.170.42
HSL155.62º27.35%45.88%-
HSV(B)155.62º42.95%58.43%-
XYZ18.0724.8622.58-
YUV126.9125.898.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=23.81%
G=41.74%
B=34.45%

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
Decimal851491230.4300.170.42155.6227.3545.88
Hex55957B2B0112A9c1b2e
Octal12522517353021522343356
Binary10101011001010111110111010110100011010101001110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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