#55987F

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

Shades of Patina #55987F

Tints of Patina #55987F

Color information

#55987F (or 0x55987F) is unknown color: approx Patina. HEX triplet: 55, 98 and 7F. RGB value is (85,152,127). Sum of RGB (Red+Green+Blue) = 85+152+127=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #55987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55987F is #AA6780. Grayscale: #818181. Windows color (decimal): -11167617 or 8362069. OLE color: 8362069.

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

Color convert

RGB85152127-
CMYK0.4400.160.40
HSL157.61º28.27%46.47%-
HSV(B)157.61º44.08%59.61%-
XYZ18.8125.9224.09-
YUV129.12126.896.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.35%
GREEN value IS 152 (59.77% from 255) = 41.76%
BLUE value IS 127 (50% from 255) = 34.89%
R=23.35%
G=41.76%
B=34.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521270.4400.160.40157.6128.2746.47
Hex55987F2C010289e1c2e
Octal12523017754020502363456
Binary10101011001100011111111011000100001010001001111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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