#56B585

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

Shades of Silver Tree #56B585

Tints of Silver Tree #56B585

Color information

#56B585 (or 0x56B585) is unknown color: approx Silver Tree. HEX triplet: 56, B5 and 85. RGB value is (86,181,133). Sum of RGB (Red+Green+Blue) = 86+181+133=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #56B585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B585 is #A94A7A. Grayscale: #939393. Windows color (decimal): -11094651 or 8762710. OLE color: 8762710.

HSL color Cylindrical-coordinate representation of color #56B585: hue angle of 149.68º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B585 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB86181133-
CMYK0.5200.270.29
HSL149.68º39.09%52.35%-
HSV(B)149.68º52.49%70.98%-
XYZ24.636.7227.98-
YUV147.12120.0384.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.5%
GREEN value IS 181 (71.09% from 255) = 45.25%
BLUE value IS 133 (52.34% from 255) = 33.25%
R=21.5%
G=45.25%
B=33.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861811330.5200.270.29149.6839.0952.35
Hex56B5853401B1D962734
Octal12626520564033352264764
Binary101011010110101100001011101000110111110110010110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,181,133); }

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

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

 a { background-color: rgb(86,181,133); }

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

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

 span { border-color: rgb(86,181,133); }

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