#55B386

Color #55B386 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #55B386

Tints of Silver Tree #55B386

Color information

#55B386 (or 0x55B386) is unknown color: approx Silver Tree. HEX triplet: 55, B3 and 86. RGB value is (85,179,134). Sum of RGB (Red+Green+Blue) = 85+179+134=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #55B386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B386 is #AA4C79. Grayscale: #919191. Windows color (decimal): -11160698 or 8827733. OLE color: 8827733.

HSL color Cylindrical-coordinate representation of color #55B386: hue angle of 151.28º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B386 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB85179134-
CMYK0.5300.250.30
HSL151.28º38.21%51.76%-
HSV(B)151.28º52.51%70.2%-
XYZ24.1735.8928.21-
YUV145.76121.3684.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.36%
GREEN value IS 179 (70.31% from 255) = 44.97%
BLUE value IS 134 (52.73% from 255) = 33.67%
R=21.36%
G=44.97%
B=33.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal851791340.5300.250.30151.2838.2151.76
Hex55B386350191E972634
Octal12526320665031362274664
Binary101010110110011100001101101010110011111010010111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55B386; }

 p { color: rgb(85,179,134); }

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

<style>
 a { background-color: #55B386; }

 a { background-color: rgb(85,179,134); }

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

<style>
 span { border-color: #55B386; }

 span { border-color: rgb(85,179,134); }

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