Html Css Color HEX #55BC86 Silver Tree

📋 copy color: '#55BC86'

red 85 ◦ green 188 ◦ blue 134

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

Shades of Silver Tree #55BC86

Tints of Silver Tree #55BC86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.92%

R = 20.88%
G = 46.19%
B = 32.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#55BC86 (or 0x55BC86) is known color: Silver Tree. HEX triplet: 55, BC and 86. RGB value is (85,188,134). Sum of RGB (Red+Green+Blue) = 85+188+134=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC86 is #AA4379. Grayscale: #979797. Windows color (decimal): -11158394 or 8830037. OLE color: 8830037.

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

Color convert

RGB 85 188 134 -
CMYK 0.55 0 0.29 0.26
HSL 148.54º 0.43% 0.54% -
HSV(B) 148.54º 0.55% 0.74% -
XYZ 26.03 39.62 28.83 -
YUV 151.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 85 188 134 0.55 0 0.29 0.26 148.54 0.43 0.54
Hex 55 BC 86 37 0 1D 1A 95 2B 36
Octal 125 274 206 67 0 35 32 225 53 66
Binary 1010101 10111100 10000110 110111 0 11101 11010 10010101 101011 110110

Color Harmonies of #55BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC86

Black with #55BC86

Text Example


Text Example

White with #55BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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