Html Css Color HEX #52B588 Silver Tree

📋 copy color: '#52B588'

red 82 ◦ green 181 ◦ blue 136

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

Shades of Silver Tree #52B588

Tints of Silver Tree #52B588

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.36%

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

R = 20.55%
G = 45.36%
B = 34.09%

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

#52B588 (or 0x52B588) is known color: Silver Tree. HEX triplet: 52, B5 and 88. RGB value is (82,181,136). Sum of RGB (Red+Green+Blue) = 82+181+136=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #52B588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B588 is #AD4A77. Grayscale: #929292. Windows color (decimal): -11356792 or 8959314. OLE color: 8959314.

HSL color Cylindrical-coordinate representation of color #52B588: hue angle of 152.73º degrees, saturation: 0.4, 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 #52B588 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 181 136 -
CMYK 0.55 0 0.25 0.29
HSL 152.73º 0.4% 0.52% -
HSV(B) 152.73º 0.55% 0.71% -
XYZ 24.45 36.62 29.07 -
YUV 146.27 122.2 82.16 -
System Red Green Blue C M Y K H S L
Decimal 82 181 136 0.55 0 0.25 0.29 152.73 0.4 0.52
Hex 52 B5 88 37 0 19 1D 99 28 34
Octal 122 265 210 67 0 31 35 231 50 64
Binary 1010010 10110101 10001000 110111 0 11001 11101 10011001 101000 110100

Color Harmonies of #52B588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B588

Black with #52B588

Text Example


Text Example

White with #52B588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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