#56BD8C

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

Shades of Silver Tree #56BD8C

Tints of Silver Tree #56BD8C

Color information

#56BD8C (or 0x56BD8C) is unknown color: approx Silver Tree. HEX triplet: 56, BD and 8C. RGB value is (86,189,140). Sum of RGB (Red+Green+Blue) = 86+189+140=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BD8C is #A94273. Grayscale: #989898. Windows color (decimal): -11092596 or 9223510. OLE color: 9223510.

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

Color convert

RGB86189140-
CMYK0.5400.260.26
HSL151.46º43.83%53.92%-
HSV(B)151.46º54.5%74.12%-
XYZ26.7740.2731.17-
YUV152.62120.8880.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.72%
GREEN value IS 189 (74.22% from 255) = 45.54%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=20.72%
G=45.54%
B=33.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861891400.5400.260.26151.4643.8353.92
Hex56BD8C3601A1A972c36
Octal12627521466032322275466
Binary101011010111101100011001101100110101101010010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56BD8C; }

 p { color: rgb(86,189,140); }

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

<style>
 a { background-color: #56BD8C; }

 a { background-color: rgb(86,189,140); }

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

<style>
 span { border-color: #56BD8C; }

 span { border-color: rgb(86,189,140); }

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