#53B685

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

Shades of Silver Tree #53B685

Tints of Silver Tree #53B685

Color information

#53B685 (or 0x53B685) is unknown color: approx Silver Tree. HEX triplet: 53, B6 and 85. RGB value is (83,182,133). Sum of RGB (Red+Green+Blue) = 83+182+133=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 182 - color contains mainly: green. Hex color #53B685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B685 is #AC497A. Grayscale: #929292. Windows color (decimal): -11291003 or 8762963. OLE color: 8762963.

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

Color convert

RGB83182133-
CMYK0.5400.270.29
HSL150.3º40.41%51.96%-
HSV(B)150.3º54.4%71.37%-
XYZ24.5336.9928.04-
YUV146.81120.282.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.85%
GREEN value IS 182 (71.48% from 255) = 45.73%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=20.85%
G=45.73%
B=33.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831821330.5400.270.29150.340.4151.96
Hex53B6853601B1D962834
Octal12326620566033352265064
Binary101001110110110100001011101100110111110110010110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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