#55BA8E

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

Shades of Silver Tree #55BA8E

Tints of Silver Tree #55BA8E

Color information

#55BA8E (or 0x55BA8E) is unknown color: approx Silver Tree. HEX triplet: 55, BA and 8E. RGB value is (85,186,142). Sum of RGB (Red+Green+Blue) = 85+186+142=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BA8E is #AA4571. Grayscale: #969696. Windows color (decimal): -11158898 or 9353813. OLE color: 9353813.

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

Color convert

RGB85186142-
CMYK0.5400.240.27
HSL153.86º42.26%53.14%-
HSV(B)153.86º54.3%72.94%-
XYZ26.193931.74-
YUV150.78123.0481.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.58%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 142 (55.86% from 255) = 34.38%
R=20.58%
G=45.04%
B=34.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851861420.5400.240.27153.8642.2653.14
Hex55BA8E360181B9a2a35
Octal12527221666030332325265
Binary101010110111010100011101101100110001101110011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,186,142); }

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

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

 a { background-color: rgb(85,186,142); }

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

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

 span { border-color: rgb(85,186,142); }

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