Html Css Color HEX #52B788 Silver Tree

📋 copy color: '#52B788'

red 82 ◦ green 183 ◦ blue 136

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

Shades of Silver Tree #52B788

Tints of Silver Tree #52B788

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.64%

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

R = 20.45%
G = 45.64%
B = 33.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#52B788 (or 0x52B788) is known color: Silver Tree. HEX triplet: 52, B7 and 88. RGB value is (82,183,136). Sum of RGB (Red+Green+Blue) = 82+183+136=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #52B788 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B788 is #AD4877. Grayscale: #939393. Windows color (decimal): -11356280 or 8959826. OLE color: 8959826.

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

Color convert

RGB 82 183 136 -
CMYK 0.55 0 0.26 0.28
HSL 152.08º 0.41% 0.52% -
HSV(B) 152.08º 0.55% 0.72% -
XYZ 24.86 37.44 29.21 -
YUV 147.44 121.54 81.32 -
System Red Green Blue C M Y K H S L
Decimal 82 183 136 0.55 0 0.26 0.28 152.08 0.41 0.52
Hex 52 B7 88 37 0 1A 1C 98 29 34
Octal 122 267 210 67 0 32 34 230 51 64
Binary 1010010 10110111 10001000 110111 0 11010 11100 10011000 101001 110100

Color Harmonies of #52B788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B788

Black with #52B788

Text Example


Text Example

White with #52B788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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