#53B889

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

Shades of Silver Tree #53B889

Tints of Silver Tree #53B889

Color information

#53B889 (or 0x53B889) is unknown color: approx Silver Tree. HEX triplet: 53, B8 and 89. RGB value is (83,184,137). Sum of RGB (Red+Green+Blue) = 83+184+137=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #53B889 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B889 is #AC4776. Grayscale: #949494. Windows color (decimal): -11290487 or 9025619. OLE color: 9025619.

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

Color convert

RGB83184137-
CMYK0.5500.260.28
HSL152.08º41.56%52.35%-
HSV(B)152.08º54.89%72.16%-
XYZ25.2237.9329.66-
YUV148.44121.5481.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.54%
GREEN value IS 184 (72.27% from 255) = 45.54%
BLUE value IS 137 (53.91% from 255) = 33.91%
R=20.54%
G=45.54%
B=33.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831841370.5500.260.28152.0841.5652.35
Hex53B8893701A1C982a34
Octal12327021167032342305264
Binary101001110111000100010011101110110101110010011000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,184,137); }

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

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

 a { background-color: rgb(83,184,137); }

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

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

 span { border-color: rgb(83,184,137); }

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