#57BA8D

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

Shades of Silver Tree #57BA8D

Tints of Silver Tree #57BA8D

Color information

#57BA8D (or 0x57BA8D) is unknown color: approx Silver Tree. HEX triplet: 57, BA and 8D. RGB value is (87,186,141). Sum of RGB (Red+Green+Blue) = 87+186+141=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BA8D is #A84572. Grayscale: #979797. Windows color (decimal): -11027827 or 9288279. OLE color: 9288279.

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

Color convert

RGB87186141-
CMYK0.5300.240.27
HSL152.73º41.77%53.53%-
HSV(B)152.73º53.23%72.94%-
XYZ26.339.0731.35-
YUV151.27122.282.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.01%
GREEN value IS 186 (73.05% from 255) = 44.93%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=21.01%
G=44.93%
B=34.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871861410.5300.240.27152.7341.7753.53
Hex57BA8D350181B992a36
Octal12727221565030332315266
Binary101011110111010100011011101010110001101110011001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57BA8D; }

 p { color: rgb(87,186,141); }

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

<style>
 a { background-color: #57BA8D; }

 a { background-color: rgb(87,186,141); }

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

<style>
 span { border-color: #57BA8D; }

 span { border-color: rgb(87,186,141); }

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