Html Css Color HEX #52B487 Silver Tree

📋 copy color: '#52B487'

red 82 ◦ green 180 ◦ blue 135

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

Shades of Silver Tree #52B487

Tints of Silver Tree #52B487

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.34%

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

R = 20.65%
G = 45.34%
B = 34.01%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#52B487 (or 0x52B487) is known color: Silver Tree. HEX triplet: 52, B4 and 87. RGB value is (82,180,135). Sum of RGB (Red+Green+Blue) = 82+180+135=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #52B487 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B487 is #AD4B78. Grayscale: #919191. Windows color (decimal): -11357049 or 8893522. OLE color: 8893522.

HSL color Cylindrical-coordinate representation of color #52B487: hue angle of 152.45º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B487 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 180 135 -
CMYK 0.54 0 0.25 0.29
HSL 152.45º 0.4% 0.51% -
HSV(B) 152.45º 0.54% 0.71% -
XYZ 24.17 36.19 28.63 -
YUV 145.57 122.03 82.66 -
System Red Green Blue C M Y K H S L
Decimal 82 180 135 0.54 0 0.25 0.29 152.45 0.4 0.51
Hex 52 B4 87 36 0 19 1D 98 28 33
Octal 122 264 207 66 0 31 35 230 50 63
Binary 1010010 10110100 10000111 110110 0 11001 11101 10011000 101000 110011

Color Harmonies of #52B487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B487

Black with #52B487

Text Example


Text Example

White with #52B487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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