#55967C

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

Shades of Patina #55967C

Tints of Patina #55967C

Color information

#55967C (or 0x55967C) is unknown color: approx Patina. HEX triplet: 55, 96 and 7C. RGB value is (85,150,124). Sum of RGB (Red+Green+Blue) = 85+150+124=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #55967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55967C is #AA6983. Grayscale: #7F7F7F. Windows color (decimal): -11168132 or 8164949. OLE color: 8164949.

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

Color convert

RGB85150124-
CMYK0.4300.170.41
HSL156º27.66%46.08%-
HSV(B)156º43.33%58.82%-
XYZ18.2925.222.97-
YUV127.6125.9797.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=23.68%
G=41.78%
B=34.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851501240.4300.170.4115627.6646.08
Hex55967C2B011299c1c2e
Octal12522617453021512343456
Binary10101011001011011111001010110100011010011001110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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