#53c895

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

Shades of Silver Tree #53C895

Tints of Silver Tree #53C895

Color information

#53C895 (or 0x53C895) is unknown color: approx Silver Tree. HEX triplet: 53, C8 and 95. RGB value is (83,200,149). Sum of RGB (Red+Green+Blue) = 83+200+149=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #53C895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C895 is #AC376A. Grayscale: #9F9F9F. Windows color (decimal): -11286379 or 9816147. OLE color: 9816147.

HSL color Cylindrical-coordinate representation of color #53C895: hue angle of 153.85º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C895 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB83200149-
CMYK0.5800.260.22
HSL153.85º51.54%55.49%-
HSV(B)153.85º58.5%78.43%-
XYZ29.6545.3235.62-
YUV159.2122.2473.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.21%
GREEN value IS 200 (78.52% from 255) = 46.30%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=19.21%
G=46.30%
B=34.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal832001490.5800.260.22153.8551.5455.49
Hex53C8953A01A169a3437
Octal12331022572032262326467
Binary101001111001000100101011110100110101011010011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53c895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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