#56B98C

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

Shades of Silver Tree #56B98C

Tints of Silver Tree #56B98C

Color information

#56B98C (or 0x56B98C) is unknown color: approx Silver Tree. HEX triplet: 56, B9 and 8C. RGB value is (86,185,140). Sum of RGB (Red+Green+Blue) = 86+185+140=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #56B98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B98C is #A94673. Grayscale: #969696. Windows color (decimal): -11093620 or 9222486. OLE color: 9222486.

HSL color Cylindrical-coordinate representation of color #56B98C: hue angle of 152.73º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56B98C is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB86185140-
CMYK0.5400.240.27
HSL152.73º41.42%53.14%-
HSV(B)152.73º53.51%72.55%-
XYZ25.9238.5730.89-
YUV150.27122.282.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.92%
GREEN value IS 185 (72.66% from 255) = 45.01%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=20.92%
G=45.01%
B=34.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861851400.5400.240.27152.7341.4253.14
Hex56B98C360181B992935
Octal12627121466030332315165
Binary101011010111001100011001101100110001101110011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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