#53D895

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

Shades of Silver Tree #53D895

Tints of Silver Tree #53D895

Color information

#53D895 (or 0x53D895) is unknown color: approx Silver Tree. HEX triplet: 53, D8 and 95. RGB value is (83,216,149). Sum of RGB (Red+Green+Blue) = 83+216+149=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #53D895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D895 is #AC276A. Grayscale: #A8A8A8. Windows color (decimal): -11282283 or 9820243. OLE color: 9820243.

HSL color Cylindrical-coordinate representation of color #53D895: hue angle of 149.77º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D895 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB83216149-
CMYK0.6200.310.15
HSL149.77º63.03%58.63%-
HSV(B)149.77º61.57%84.71%-
XYZ33.5553.1236.92-
YUV168.59116.9466.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.53%
GREEN value IS 216 (84.77% from 255) = 48.21%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=18.53%
G=48.21%
B=33.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal832161490.6200.310.15149.7763.0358.63
Hex53D8953E01FF963f3b
Octal12333022576037172267773
Binary10100111101100010010101111110011111111110010110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,216,149); }

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

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

 a { background-color: rgb(83,216,149); }

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

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

 span { border-color: rgb(83,216,149); }

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