#56BD86

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

Shades of Silver Tree #56BD86

Tints of Silver Tree #56BD86

Color information

#56BD86 (or 0x56BD86) is unknown color: approx Silver Tree. HEX triplet: 56, BD and 86. RGB value is (86,189,134). Sum of RGB (Red+Green+Blue) = 86+189+134=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BD86 is #A94279. Grayscale: #989898. Windows color (decimal): -11092602 or 8830294. OLE color: 8830294.

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

Color convert

RGB86189134-
CMYK0.5400.290.26
HSL147.96º43.83%53.92%-
HSV(B)147.96º54.5%74.12%-
XYZ26.3440.0928.91-
YUV151.93117.8880.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.03%
GREEN value IS 189 (74.22% from 255) = 46.21%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=21.03%
G=46.21%
B=32.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861891340.5400.290.26147.9643.8353.92
Hex56BD863601D1A942c36
Octal12627520666035322245466
Binary101011010111101100001101101100111011101010010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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