#55BC85

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

Shades of Silver Tree #55BC85

Tints of Silver Tree #55BC85

Color information

#55BC85 (or 0x55BC85) is unknown color: approx Silver Tree. HEX triplet: 55, BC and 85. RGB value is (85,188,133). Sum of RGB (Red+Green+Blue) = 85+188+133=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC85 is #AA437A. Grayscale: #979797. Windows color (decimal): -11158395 or 8764501. OLE color: 8764501.

HSL color Cylindrical-coordinate representation of color #55BC85: hue angle of 147.96º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC85 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB85188133-
CMYK0.5500.290.26
HSL147.96º43.46%53.53%-
HSV(B)147.96º54.79%73.73%-
XYZ25.9639.5928.46-
YUV150.93117.8880.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.94%
GREEN value IS 188 (73.83% from 255) = 46.31%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=20.94%
G=46.31%
B=32.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881330.5500.290.26147.9643.4653.53
Hex55BC853701D1A942b36
Octal12527420567035322245366
Binary101010110111100100001011101110111011101010010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,133); }

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

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

 a { background-color: rgb(85,188,133); }

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

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

 span { border-color: rgb(85,188,133); }

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