#56B186

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

Shades of Silver Tree #56B186

Tints of Silver Tree #56B186

Color information

#56B186 (or 0x56B186) is unknown color: approx Silver Tree. HEX triplet: 56, B1 and 86. RGB value is (86,177,134). Sum of RGB (Red+Green+Blue) = 86+177+134=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #56B186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B186 is #A94E79. Grayscale: #909090. Windows color (decimal): -11095674 or 8827222. OLE color: 8827222.

HSL color Cylindrical-coordinate representation of color #56B186: hue angle of 151.65º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B186 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB86177134-
CMYK0.5100.240.31
HSL151.65º36.84%51.57%-
HSV(B)151.65º51.41%69.41%-
XYZ23.8635.1428.08-
YUV144.89121.8586-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.66%
GREEN value IS 177 (69.53% from 255) = 44.58%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=21.66%
G=44.58%
B=33.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861771340.5100.240.31151.6536.8451.57
Hex56B186330181F982534
Octal12626120663030372304564
Binary101011010110001100001101100110110001111110011000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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