Html Css Color HEX #53B688 Silver Tree

📋 copy color: '#53B688'

red 83 ◦ green 182 ◦ blue 136

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

Shades of Silver Tree #53B688

Tints of Silver Tree #53B688

RGB

 RED value IS 83 (32.81% from 255) = 20.7%

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

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

R = 20.7%
G = 45.39%
B = 33.92%

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

#53B688 (or 0x53B688) is known color: Silver Tree. HEX triplet: 53, B6 and 88. RGB value is (83,182,136). Sum of RGB (Red+Green+Blue) = 83+182+136=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 182 - color contains mainly: green. Hex color #53B688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B688 is #AC4977. Grayscale: #939393. Windows color (decimal): -11291000 or 8959571. OLE color: 8959571.

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

Color convert

RGB 83 182 136 -
CMYK 0.54 0 0.25 0.29
HSL 152.12º 0.4% 0.52% -
HSV(B) 152.12º 0.54% 0.71% -
XYZ 24.74 37.07 29.14 -
YUV 147.16 121.7 82.24 -
System Red Green Blue C M Y K H S L
Decimal 83 182 136 0.54 0 0.25 0.29 152.12 0.4 0.52
Hex 53 B6 88 36 0 19 1D 98 28 34
Octal 123 266 210 66 0 31 35 230 50 64
Binary 1010011 10110110 10001000 110110 0 11001 11101 10011000 101000 110100

Color Harmonies of #53B688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B688

Black with #53B688

Text Example


Text Example

White with #53B688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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