Html Css Color HEX #52B989 Silver Tree

📋 copy color: '#52B989'

red 82 ◦ green 185 ◦ blue 137

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

Shades of Silver Tree #52B989

Tints of Silver Tree #52B989

RGB

 RED value IS 82 (32.42% from 255) = 20.3%

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

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

R = 20.3%
G = 45.79%
B = 33.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#52B989 (or 0x52B989) is known color: Silver Tree. HEX triplet: 52, B9 and 89. RGB value is (82,185,137). Sum of RGB (Red+Green+Blue) = 82+185+137=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #52B989 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B989 is #AD4676. Grayscale: #949494. Windows color (decimal): -11355767 or 9025874. OLE color: 9025874.

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

Color convert

RGB 82 185 137 -
CMYK 0.56 0 0.26 0.27
HSL 152.04º 0.42% 0.52% -
HSV(B) 152.04º 0.56% 0.73% -
XYZ 25.34 38.3 29.72 -
YUV 148.73 121.38 80.4 -
System Red Green Blue C M Y K H S L
Decimal 82 185 137 0.56 0 0.26 0.27 152.04 0.42 0.52
Hex 52 B9 89 38 0 1A 1B 98 2A 34
Octal 122 271 211 70 0 32 33 230 52 64
Binary 1010010 10111001 10001001 111000 0 11010 11011 10011000 101010 110100

Color Harmonies of #52B989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B989

Black with #52B989

Text Example


Text Example

White with #52B989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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