#55977F

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

Shades of Patina #55977F

Tints of Patina #55977F

Color information

#55977F (or 0x55977F) is unknown color: approx Patina. HEX triplet: 55, 97 and 7F. RGB value is (85,151,127). Sum of RGB (Red+Green+Blue) = 85+151+127=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #55977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55977F is #AA6880. Grayscale: #808080. Windows color (decimal): -11167873 or 8361813. OLE color: 8361813.

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

Color convert

RGB85151127-
CMYK0.4400.160.41
HSL158.18º27.97%46.27%-
HSV(B)158.18º43.71%59.22%-
XYZ18.6425.624.04-
YUV128.53127.1396.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 151 (59.38% from 255) = 41.60%
BLUE value IS 127 (50% from 255) = 34.99%
R=23.42%
G=41.60%
B=34.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851511270.4400.160.41158.1827.9746.27
Hex55977F2C010299e1c2e
Octal12522717754020512363456
Binary10101011001011111111111011000100001010011001111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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