#55BF8B

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

Shades of Silver Tree #55BF8B

Tints of Silver Tree #55BF8B

Color information

#55BF8B (or 0x55BF8B) is unknown color: approx Silver Tree. HEX triplet: 55, BF and 8B. RGB value is (85,191,139). Sum of RGB (Red+Green+Blue) = 85+191+139=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BF8B is #AA4074. Grayscale: #999999. Windows color (decimal): -11157621 or 9158485. OLE color: 9158485.

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

Color convert

RGB85191139-
CMYK0.5500.270.25
HSL150.57º45.3%54.12%-
HSV(B)150.57º55.5%74.9%-
XYZ27.0441.0630.93-
YUV153.38119.8879.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 191 (75% from 255) = 46.02%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=20.48%
G=46.02%
B=33.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911390.5500.270.25150.5745.354.12
Hex55BF8B3701B19972d36
Octal12527721367033312275566
Binary101010110111111100010111101110110111100110010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,191,139); }

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

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

 a { background-color: rgb(85,191,139); }

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

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

 span { border-color: rgb(85,191,139); }

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