Html Css Color HEX #52B987 Silver Tree

📋 copy color: '#52B987'

red 82 ◦ green 185 ◦ blue 135

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

Shades of Silver Tree #52B987

Tints of Silver Tree #52B987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.58%

R = 20.4%
G = 46.02%
B = 33.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#52B987 (or 0x52B987) is known color: Silver Tree. HEX triplet: 52, B9 and 87. RGB value is (82,185,135). Sum of RGB (Red+Green+Blue) = 82+185+135=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #52B987 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B987 is #AD4678. Grayscale: #949494. Windows color (decimal): -11355769 or 8894802. OLE color: 8894802.

HSL color Cylindrical-coordinate representation of color #52B987: hue angle of 150.87º 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 #52B987 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 185 135 -
CMYK 0.56 0 0.27 0.27
HSL 150.87º 0.42% 0.52% -
HSV(B) 150.87º 0.56% 0.73% -
XYZ 25.2 38.24 28.97 -
YUV 148.5 120.38 80.57 -
System Red Green Blue C M Y K H S L
Decimal 82 185 135 0.56 0 0.27 0.27 150.87 0.42 0.52
Hex 52 B9 87 38 0 1B 1B 97 2A 34
Octal 122 271 207 70 0 33 33 227 52 64
Binary 1010010 10111001 10000111 111000 0 11011 11011 10010111 101010 110100

Color Harmonies of #52B987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B987

Black with #52B987

Text Example


Text Example

White with #52B987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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