Html Css Color HEX #55BC89 Silver Tree

📋 copy color: '#55BC89'

red 85 ◦ green 188 ◦ blue 137

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

Shades of Silver Tree #55BC89

Tints of Silver Tree #55BC89

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.85%

 BLUE value IS 137 (53.91% from 255) = 33.41%

R = 20.73%
G = 45.85%
B = 33.41%

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

#55BC89 (or 0x55BC89) is known color: Silver Tree. HEX triplet: 55, BC and 89. RGB value is (85,188,137). Sum of RGB (Red+Green+Blue) = 85+188+137=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC89 is #AA4376. Grayscale: #979797. Windows color (decimal): -11158391 or 9026645. OLE color: 9026645.

HSL color Cylindrical-coordinate representation of color #55BC89: hue angle of 150.29º degrees, saturation: 0.43, 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 #55BC89 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 137 -
CMYK 0.55 0 0.27 0.26
HSL 150.29º 0.43% 0.54% -
HSV(B) 150.29º 0.55% 0.74% -
XYZ 26.24 39.7 29.95 -
YUV 151.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 85 188 137 0.55 0 0.27 0.26 150.29 0.43 0.54
Hex 55 BC 89 37 0 1B 1A 96 2B 36
Octal 125 274 211 67 0 33 32 226 53 66
Binary 1010101 10111100 10001001 110111 0 11011 11010 10010110 101011 110110

Color Harmonies of #55BC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC89

Black with #55BC89

Text Example


Text Example

White with #55BC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,188,137); }

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

background-color css

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

 a { background-color: rgb(85,188,137); }

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

border-color css

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

 span { border-color: rgb(85,188,137); }

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