#55B685

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

Shades of Silver Tree #55B685

Tints of Silver Tree #55B685

Color information

#55B685 (or 0x55B685) is unknown color: approx Silver Tree. HEX triplet: 55, B6 and 85. RGB value is (85,182,133). Sum of RGB (Red+Green+Blue) = 85+182+133=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #55B685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B685 is #AA497A. Grayscale: #939393. Windows color (decimal): -11159931 or 8762965. OLE color: 8762965.

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

Color convert

RGB85182133-
CMYK0.5300.270.29
HSL149.69º39.92%52.35%-
HSV(B)149.69º53.3%71.37%-
XYZ24.7137.0828.05-
YUV147.41119.8683.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 182 (71.48% from 255) = 45.5%
BLUE value IS 133 (52.34% from 255) = 33.25%
R=21.25%
G=45.5%
B=33.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821330.5300.270.29149.6939.9252.35
Hex55B6853501B1D962834
Octal12526620565033352265064
Binary101010110110110100001011101010110111110110010110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55B685; }

 p { color: rgb(85,182,133); }

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

<style>
 a { background-color: #55B685; }

 a { background-color: rgb(85,182,133); }

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

<style>
 span { border-color: #55B685; }

 span { border-color: rgb(85,182,133); }

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