Html Css Color HEX #55BD8A Silver Tree

📋 copy color: '#55BD8A'

red 85 ◦ green 189 ◦ blue 138

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

Shades of Silver Tree #55BD8A

Tints of Silver Tree #55BD8A

RGB

 RED value IS 85 (33.59% from 255) = 20.63%

 GREEN value IS 189 (74.22% from 255) = 45.87%

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 20.63%
G = 45.87%
B = 33.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#55BD8A (or 0x55BD8A) is known color: Silver Tree. HEX triplet: 55, BD and 8A. RGB value is (85,189,138). Sum of RGB (Red+Green+Blue) = 85+189+138=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BD8A is #AA4275. Grayscale: #989898. Windows color (decimal): -11158134 or 9092437. OLE color: 9092437.

HSL color Cylindrical-coordinate representation of color #55BD8A: hue angle of 150.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BD8A is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 189 138 -
CMYK 0.55 0 0.27 0.26
HSL 150.58º 0.44% 0.54% -
HSV(B) 150.58º 0.55% 0.74% -
XYZ 26.53 40.16 30.4 -
YUV 152.09 120.04 80.15 -
System Red Green Blue C M Y K H S L
Decimal 85 189 138 0.55 0 0.27 0.26 150.58 0.44 0.54
Hex 55 BD 8A 37 0 1B 1A 97 2C 36
Octal 125 275 212 67 0 33 32 227 54 66
Binary 1010101 10111101 10001010 110111 0 11011 11010 10010111 101100 110110

Color Harmonies of #55BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD8A

Black with #55BD8A

Text Example


Text Example

White with #55BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55BD8A; }

 p { color: rgb(85,189,138); }

 H1.HeaderClassName
 {
   color: #55BD8A;
 }
 .AnyTagClassName
 {
   color: #55BD8A;
 }
</style>

background-color css

<style>
 a { background-color: #55BD8A; }

 a { background-color: rgb(85,189,138); }

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

border-color css

<style>
 span { border-color: #55BD8A; }

 span { border-color: rgb(85,189,138); }

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