Html Css Color HEX #53B989 Silver Tree

📋 copy color: '#53B989'

red 83 ◦ green 185 ◦ blue 137

#53B989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #53B989

Tints of Silver Tree #53B989

RGB

 RED value IS 83 (32.81% from 255) = 20.49%

 GREEN value IS 185 (72.66% from 255) = 45.68%

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 20.49%
G = 45.68%
B = 33.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#53B989 (or 0x53B989) is known color: Silver Tree. HEX triplet: 53, B9 and 89. RGB value is (83,185,137). Sum of RGB (Red+Green+Blue) = 83+185+137=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #53B989 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B989 is #AC4676. Grayscale: #959595. Windows color (decimal): -11290231 or 9025875. OLE color: 9025875.

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

Color convert

RGB 83 185 137 -
CMYK 0.55 0 0.26 0.27
HSL 151.76º 0.42% 0.53% -
HSV(B) 151.76º 0.55% 0.73% -
XYZ 25.43 38.34 29.73 -
YUV 149.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 83 185 137 0.55 0 0.26 0.27 151.76 0.42 0.53
Hex 53 B9 89 37 0 1A 1B 98 2A 35
Octal 123 271 211 67 0 32 33 230 52 65
Binary 1010011 10111001 10001001 110111 0 11010 11011 10011000 101010 110101

Color Harmonies of #53B989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B989

Black with #53B989

Text Example


Text Example

White with #53B989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53B989;
 }
 .AnyTagClassName
 {
   color: #53B989;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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