Html Css Color HEX #55B68A Silver Tree

📋 copy color: '#55B68A'

red 85 ◦ green 182 ◦ blue 138

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

Shades of Silver Tree #55B68A

Tints of Silver Tree #55B68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.94%

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

R = 20.99%
G = 44.94%
B = 34.07%

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

#55B68A (or 0x55B68A) is known color: Silver Tree. HEX triplet: 55, B6 and 8A. RGB value is (85,182,138). Sum of RGB (Red+Green+Blue) = 85+182+138=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 182 - color contains mainly: green. Hex color #55B68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B68A is #AA4975. Grayscale: #949494. Windows color (decimal): -11159926 or 9090645. OLE color: 9090645.

HSL color Cylindrical-coordinate representation of color #55B68A: hue angle of 152.78º degrees, saturation: 0.4, 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 #55B68A is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 182 138 -
CMYK 0.53 0 0.24 0.29
HSL 152.78º 0.4% 0.52% -
HSV(B) 152.78º 0.53% 0.71% -
XYZ 25.06 37.22 29.91 -
YUV 147.98 122.36 83.08 -
System Red Green Blue C M Y K H S L
Decimal 85 182 138 0.53 0 0.24 0.29 152.78 0.4 0.52
Hex 55 B6 8A 35 0 18 1D 99 28 34
Octal 125 266 212 65 0 30 35 231 50 64
Binary 1010101 10110110 10001010 110101 0 11000 11101 10011001 101000 110100

Color Harmonies of #55B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B68A

Black with #55B68A

Text Example


Text Example

White with #55B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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