#55977A

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

Shades of Patina #55977A

Tints of Patina #55977A

Color information

#55977A (or 0x55977A) is unknown color: approx Patina. HEX triplet: 55, 97 and 7A. RGB value is (85,151,122). Sum of RGB (Red+Green+Blue) = 85+151+122=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #55977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55977A is #AA6885. Grayscale: #808080. Windows color (decimal): -11167878 or 8034133. OLE color: 8034133.

HSL color Cylindrical-coordinate representation of color #55977A: hue angle of 153.64º 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 #55977A is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB85151122-
CMYK0.4400.190.41
HSL153.64º27.97%46.27%-
HSV(B)153.64º43.71%59.22%-
XYZ18.3325.4722.36-
YUV127.96124.6397.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 151 (59.38% from 255) = 42.18%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=23.74%
G=42.18%
B=34.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851511220.4400.190.41153.6427.9746.27
Hex55977A2C013299a1c2e
Octal12522717254023512323456
Binary10101011001011111110101011000100111010011001101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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