#53D092

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

Shades of Silver Tree #53D092

Tints of Silver Tree #53D092

Color information

#53D092 (or 0x53D092) is unknown color: approx Silver Tree. HEX triplet: 53, D0 and 92. RGB value is (83,208,146). Sum of RGB (Red+Green+Blue) = 83+208+146=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #53D092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D092 is #AC2F6D. Grayscale: #A3A3A3. Windows color (decimal): -11284334 or 9621587. OLE color: 9621587.

HSL color Cylindrical-coordinate representation of color #53D092: hue angle of 150.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D092 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB83208146-
CMYK0.6000.300.18
HSL150.24º57.08%57.06%-
HSV(B)150.24º60.1%81.57%-
XYZ31.3149.0335.01-
YUV163.56118.0970.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.99%
GREEN value IS 208 (81.64% from 255) = 47.60%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=18.99%
G=47.60%
B=33.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal832081460.6000.300.18150.2457.0857.06
Hex53D0923C01E12963939
Octal12332022274036222267171
Binary101001111010000100100101111000111101001010010110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,208,146); }

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

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

 a { background-color: rgb(83,208,146); }

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

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

 span { border-color: rgb(83,208,146); }

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