#55BB8D

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

Shades of Silver Tree #55BB8D

Tints of Silver Tree #55BB8D

Color information

#55BB8D (or 0x55BB8D) is unknown color: approx Silver Tree. HEX triplet: 55, BB and 8D. RGB value is (85,187,141). Sum of RGB (Red+Green+Blue) = 85+187+141=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BB8D is #AA4472. Grayscale: #979797. Windows color (decimal): -11158643 or 9288533. OLE color: 9288533.

HSL color Cylindrical-coordinate representation of color #55BB8D: hue angle of 152.94º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BB8D is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB85187141-
CMYK0.5500.250.27
HSL152.94º42.86%53.33%-
HSV(B)152.94º54.55%73.33%-
XYZ26.3239.431.42-
YUV151.26122.2180.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.58%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=20.58%
G=45.28%
B=34.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851871410.5500.250.27152.9442.8653.33
Hex55BB8D370191B992b35
Octal12527321567031332315365
Binary101010110111011100011011101110110011101110011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,187,141); }

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

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

 a { background-color: rgb(85,187,141); }

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

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

 span { border-color: rgb(85,187,141); }

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