Html Css Color HEX #55B488 Silver Tree

📋 copy color: '#55B488'

red 85 ◦ green 180 ◦ blue 136

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

Shades of Silver Tree #55B488

Tints of Silver Tree #55B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 21.2%
G = 44.89%
B = 33.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#55B488 (or 0x55B488) is known color: Silver Tree. HEX triplet: 55, B4 and 88. RGB value is (85,180,136). Sum of RGB (Red+Green+Blue) = 85+180+136=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #55B488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B488 is #AA4B77. Grayscale: #929292. Windows color (decimal): -11160440 or 8959061. OLE color: 8959061.

HSL color Cylindrical-coordinate representation of color #55B488: hue angle of 152.21º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B488 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 180 136 -
CMYK 0.53 0 0.24 0.29
HSL 152.21º 0.39% 0.52% -
HSV(B) 152.21º 0.53% 0.71% -
XYZ 24.51 36.35 29.02 -
YUV 146.58 122.03 84.08 -
System Red Green Blue C M Y K H S L
Decimal 85 180 136 0.53 0 0.24 0.29 152.21 0.39 0.52
Hex 55 B4 88 35 0 18 1D 98 27 34
Octal 125 264 210 65 0 30 35 230 47 64
Binary 1010101 10110100 10001000 110101 0 11000 11101 10011000 100111 110100

Color Harmonies of #55B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B488

Black with #55B488

Text Example


Text Example

White with #55B488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,180,136); }

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

background-color css

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

 a { background-color: rgb(85,180,136); }

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

border-color css

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

 span { border-color: rgb(85,180,136); }

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