Html Css Color HEX #53BB8B Silver Tree

📋 copy color: '#53BB8B'

red 83 ◦ green 187 ◦ blue 139

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

Shades of Silver Tree #53BB8B

Tints of Silver Tree #53BB8B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.72%

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

R = 20.29%
G = 45.72%
B = 33.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#53BB8B (or 0x53BB8B) is known color: Silver Tree. HEX triplet: 53, BB and 8B. RGB value is (83,187,139). Sum of RGB (Red+Green+Blue) = 83+187+139=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BB8B is #AC4474. Grayscale: #969696. Windows color (decimal): -11289717 or 9157459. OLE color: 9157459.

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

Color convert

RGB 83 187 139 -
CMYK 0.56 0 0.26 0.27
HSL 152.31º 0.43% 0.53% -
HSV(B) 152.31º 0.56% 0.73% -
XYZ 26 39.24 30.63 -
YUV 150.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 83 187 139 0.56 0 0.26 0.27 152.31 0.43 0.53
Hex 53 BB 8B 38 0 1A 1B 98 2B 35
Octal 123 273 213 70 0 32 33 230 53 65
Binary 1010011 10111011 10001011 111000 0 11010 11011 10011000 101011 110101

Color Harmonies of #53BB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BB8B

Black with #53BB8B

Text Example


Text Example

White with #53BB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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