#56BE8A

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

Shades of Silver Tree #56BE8A

Tints of Silver Tree #56BE8A

Color information

#56BE8A (or 0x56BE8A) is unknown color: approx Silver Tree. HEX triplet: 56, BE and 8A. RGB value is (86,190,138). Sum of RGB (Red+Green+Blue) = 86+190+138=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #56BE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BE8A is #A94175. Grayscale: #999999. Windows color (decimal): -11092342 or 9092694. OLE color: 9092694.

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

Color convert

RGB86190138-
CMYK0.5500.270.25
HSL150º44.44%54.12%-
HSV(B)150º54.74%74.51%-
XYZ26.8440.6430.47-
YUV152.98119.5480.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.77%
GREEN value IS 190 (74.61% from 255) = 45.89%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=20.77%
G=45.89%
B=33.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861901380.5500.270.2515044.4454.12
Hex56BE8A3701B19962c36
Octal12627621267033312265466
Binary101011010111110100010101101110110111100110010110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,190,138); }

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

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

 a { background-color: rgb(86,190,138); }

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

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

 span { border-color: rgb(86,190,138); }

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