#55B389

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

Shades of Silver Tree #55B389

Tints of Silver Tree #55B389

Color information

#55B389 (or 0x55B389) is unknown color: approx Silver Tree. HEX triplet: 55, B3 and 89. RGB value is (85,179,137). Sum of RGB (Red+Green+Blue) = 85+179+137=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #55B389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B389 is #AA4C76. Grayscale: #929292. Windows color (decimal): -11160695 or 9024341. OLE color: 9024341.

HSL color Cylindrical-coordinate representation of color #55B389: hue angle of 153.19º 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 #55B389 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB85179137-
CMYK0.5300.230.30
HSL153.19º38.21%51.76%-
HSV(B)153.19º52.51%70.2%-
XYZ24.3835.9829.33-
YUV146.11122.8684.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.20%
GREEN value IS 179 (70.31% from 255) = 44.64%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=21.20%
G=44.64%
B=34.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal851791370.5300.230.30153.1938.2151.76
Hex55B389350171E992634
Octal12526321165027362314664
Binary101010110110011100010011101010101111111010011001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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