#56B98B

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

Shades of Silver Tree #56B98B

Tints of Silver Tree #56B98B

Color information

#56B98B (or 0x56B98B) is unknown color: approx Silver Tree. HEX triplet: 56, B9 and 8B. RGB value is (86,185,139). Sum of RGB (Red+Green+Blue) = 86+185+139=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #56B98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B98B is #A94674. Grayscale: #969696. Windows color (decimal): -11093621 or 9156950. OLE color: 9156950.

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

Color convert

RGB86185139-
CMYK0.5400.250.27
HSL152.12º41.42%53.14%-
HSV(B)152.12º53.51%72.55%-
XYZ25.8538.5430.5-
YUV150.16121.782.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.98%
GREEN value IS 185 (72.66% from 255) = 45.12%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=20.98%
G=45.12%
B=33.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861851390.5400.250.27152.1241.4253.14
Hex56B98B360191B982935
Octal12627121366031332305165
Binary101011010111001100010111101100110011101110011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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