Html Css Color HEX #55BD8B Silver Tree

📋 copy color: '#55BD8B'

red 85 ◦ green 189 ◦ blue 139

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

Shades of Silver Tree #55BD8B

Tints of Silver Tree #55BD8B

RGB

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

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

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

R = 20.58%
G = 45.76%
B = 33.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#55BD8B (or 0x55BD8B) is known color: Silver Tree. HEX triplet: 55, BD and 8B. RGB value is (85,189,139). Sum of RGB (Red+Green+Blue) = 85+189+139=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BD8B is #AA4274. Grayscale: #989898. Windows color (decimal): -11158133 or 9157973. OLE color: 9157973.

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

Color convert

RGB 85 189 139 -
CMYK 0.55 0 0.26 0.26
HSL 151.15º 0.44% 0.54% -
HSV(B) 151.15º 0.55% 0.74% -
XYZ 26.6 40.19 30.78 -
YUV 152.2 120.54 80.07 -
System Red Green Blue C M Y K H S L
Decimal 85 189 139 0.55 0 0.26 0.26 151.15 0.44 0.54
Hex 55 BD 8B 37 0 1A 1A 97 2C 36
Octal 125 275 213 67 0 32 32 227 54 66
Binary 1010101 10111101 10001011 110111 0 11010 11010 10010111 101100 110110

Color Harmonies of #55BD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD8B

Black with #55BD8B

Text Example


Text Example

White with #55BD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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