#55C694

Color #55C694 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #55C694

Tints of Silver Tree #55C694

Color information

#55C694 (or 0x55C694) is unknown color: approx Silver Tree. HEX triplet: 55, C6 and 94. RGB value is (85,198,148). Sum of RGB (Red+Green+Blue) = 85+198+148=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 198 - color contains mainly: green. Hex color #55C694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C694 is #AA396B. Grayscale: #9E9E9E. Windows color (decimal): -11155820 or 9750101. OLE color: 9750101.

HSL color Cylindrical-coordinate representation of color #55C694: hue angle of 153.45º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C694 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB85198148-
CMYK0.5700.250.22
HSL153.45º49.78%55.49%-
HSV(B)153.45º57.07%77.65%-
XYZ29.2944.4635.05-
YUV158.51122.0675.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.72%
GREEN value IS 198 (77.73% from 255) = 45.94%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=19.72%
G=45.94%
B=34.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851981480.5700.250.22153.4549.7855.49
Hex55C6943901916993237
Octal12530622471031262316267
Binary101010111000110100101001110010110011011010011001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,198,148); }

 H1.HeaderClassName
 {
   color: #55C694;
 }
 .AnyTagClassName
 {
   color: #55C694;
 }
</style>
background-color css

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

 a { background-color: rgb(85,198,148); }

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

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

 span { border-color: rgb(85,198,148); }

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