Html Css Color HEX #53BA8B Silver Tree

📋 copy color: '#53BA8B'

red 83 ◦ green 186 ◦ blue 139

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

Shades of Silver Tree #53BA8B

Tints of Silver Tree #53BA8B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.59%

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 20.34%
G = 45.59%
B = 34.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#53BA8B (or 0x53BA8B) is known color: Silver Tree. HEX triplet: 53, BA and 8B. RGB value is (83,186,139). Sum of RGB (Red+Green+Blue) = 83+186+139=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BA8B is #AC4574. Grayscale: #959595. Windows color (decimal): -11289973 or 9157203. OLE color: 9157203.

HSL color Cylindrical-coordinate representation of color #53BA8B: hue angle of 152.62º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA8B is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 139 -
CMYK 0.55 0 0.25 0.27
HSL 152.62º 0.43% 0.53% -
HSV(B) 152.62º 0.55% 0.73% -
XYZ 25.79 38.82 30.56 -
YUV 149.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 83 186 139 0.55 0 0.25 0.27 152.62 0.43 0.53
Hex 53 BA 8B 37 0 19 1B 99 2B 35
Octal 123 272 213 67 0 31 33 231 53 65
Binary 1010011 10111010 10001011 110111 0 11001 11011 10011001 101011 110101

Color Harmonies of #53BA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA8B

Black with #53BA8B

Text Example


Text Example

White with #53BA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,186,139); }

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

background-color css

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

 a { background-color: rgb(83,186,139); }

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

border-color css

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

 span { border-color: rgb(83,186,139); }

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