Html Css Color HEX #52B688 Silver Tree

📋 copy color: '#52B688'

red 82 ◦ green 182 ◦ blue 136

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

Shades of Silver Tree #52B688

Tints of Silver Tree #52B688

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.5%

 BLUE value IS 136 (53.52% from 255) = 34%

R = 20.5%
G = 45.5%
B = 34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#52B688 (or 0x52B688) is known color: Silver Tree. HEX triplet: 52, B6 and 88. RGB value is (82,182,136). Sum of RGB (Red+Green+Blue) = 82+182+136=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #52B688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B688 is #AD4977. Grayscale: #929292. Windows color (decimal): -11356536 or 8959570. OLE color: 8959570.

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

Color convert

RGB 82 182 136 -
CMYK 0.55 0 0.25 0.29
HSL 152.4º 0.41% 0.52% -
HSV(B) 152.4º 0.55% 0.71% -
XYZ 24.65 37.03 29.14 -
YUV 146.86 121.87 81.74 -
System Red Green Blue C M Y K H S L
Decimal 82 182 136 0.55 0 0.25 0.29 152.4 0.41 0.52
Hex 52 B6 88 37 0 19 1D 98 29 34
Octal 122 266 210 67 0 31 35 230 51 64
Binary 1010010 10110110 10001000 110111 0 11001 11101 10011000 101001 110100

Color Harmonies of #52B688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B688

Black with #52B688

Text Example


Text Example

White with #52B688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,182,136); }

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

background-color css

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

 a { background-color: rgb(82,182,136); }

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

border-color css

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

 span { border-color: rgb(82,182,136); }

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