#55947f

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

Shades of Patina #55947F

Tints of Patina #55947F

Color information

#55947F (or 0x55947F) is unknown color: approx Patina. HEX triplet: 55, 94 and 7F. RGB value is (85,148,127). Sum of RGB (Red+Green+Blue) = 85+148+127=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #55947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55947F is #AA6B80. Grayscale: #7E7E7E. Windows color (decimal): -11168641 or 8361045. OLE color: 8361045.

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

Color convert

RGB85148127-
CMYK0.4300.140.42
HSL160º27.04%45.69%-
HSV(B)160º42.57%58.04%-
XYZ18.1724.6423.88-
YUV126.77128.1398.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 148 (58.20% from 255) = 41.11%
BLUE value IS 127 (50% from 255) = 35.28%
R=23.61%
G=41.11%
B=35.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851481270.4300.140.4216027.0445.69
Hex55947F2B0E2Aa01b2e
Octal12522417753016522403356
Binary1010101100101001111111101011011101010101010000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55947f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55947f; }

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

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

<style>
 a { background-color: #55947f; }

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

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

<style>
 span { border-color: #55947f; }

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

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