#56BD85

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

Shades of Silver Tree #56BD85

Tints of Silver Tree #56BD85

Color information

#56BD85 (or 0x56BD85) is unknown color: approx Silver Tree. HEX triplet: 56, BD and 85. RGB value is (86,189,133). Sum of RGB (Red+Green+Blue) = 86+189+133=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BD85 is #A9427A. Grayscale: #979797. Windows color (decimal): -11092603 or 8764758. OLE color: 8764758.

HSL color Cylindrical-coordinate representation of color #56BD85: hue angle of 147.38º 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 #56BD85 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB86189133-
CMYK0.5400.300.26
HSL147.38º43.83%53.92%-
HSV(B)147.38º54.5%74.12%-
XYZ26.2740.0728.54-
YUV151.82117.3881.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.08%
GREEN value IS 189 (74.22% from 255) = 46.32%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=21.08%
G=46.32%
B=32.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861891330.5400.300.26147.3843.8353.92
Hex56BD853601E1A932c36
Octal12627520566036322235466
Binary101011010111101100001011101100111101101010010011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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